Releases: NoxelS/openai-scraper
Releases · NoxelS/openai-scraper
v1.2.0
Added
docker-compose.yml
configuration file to define multi-container Docker applications for the scraper project.- Includes service definitions for
scraper
,phpmyadmin
, anddb
.
- Includes service definitions for
- Environment files (
database.env
andphpmyadmin.env
) for secure and flexible configuration. - Persistent data volumes (
scraper-db-data
andscraper-data
) for data retention across container restarts and removals. - Port configurations for phpMyAdmin and MySQL database for external access.
v1.1.0
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.
- Anonymize User Agent Plugin: Utilizes
Improved
- Enhanced the quality and clarity of comments within the code.
v1.0.0
Full Changelog: https://github.com/NoxelS/openai-scraper/commits/1.0