Skip to content

Releases: NoxelS/openai-scraper

v1.2.0

29 Jan 18:08
Compare
Choose a tag to compare

Added

  • docker-compose.yml configuration file to define multi-container Docker applications for the scraper project.
    • Includes service definitions for scraper, phpmyadmin, and db.
  • Environment files (database.env and phpmyadmin.env) for secure and flexible configuration.
  • Persistent data volumes (scraper-db-data and scraper-data) for data retention across container restarts and removals.
  • Port configurations for phpMyAdmin and MySQL database for external access.

v1.1.0

29 Jan 14:09
Compare
Choose a tag to compare

Changelog for Version 1.1

Changes

Added

  • Several quality of life plugins for the scraper:
    • Anonymize User Agent Plugin: Utilizes puppeteer-extra-plugin-anonymize-ua to change the user agent to a random one, enhancing anonymity.
    • Adblocker Plugin: Incorporates puppeteer-extra-plugin-adblocker to block all ads and trackers, helping in bandwidth conservation.
    • Recaptcha Plugin: Implements puppeteer-extra-plugin-recaptcha for automagically solving recaptchas.
    • Stealth Plugin: Adds puppeteer-extra-plugin-stealth using default settings, employing all available tricks to conceal Puppeteer usage.

Improved

  • Enhanced the quality and clarity of comments within the code.

v1.0.0

24 Mar 13:07
Compare
Choose a tag to compare