- Install
python3.10
andpip3
- Install Selenium:
pip3 install selenium-wire
- Install Google Chrome
- Install corresponding ChromeDriver
- Set the
CHROMEDRIVER_PATH
environment variable to point to ChromeDriver's path. - Optional but recommended: Install an ad-blocker such as uBlock Origin as a
.crx
file. Set theADBLOCKER_PATH
environment variable to point to the ad-blocker's path
- Run
python3 scraper.py <site> <download_directory>
wheresite
isfileforum
,portablefreeware
, orcnet
.