Python script to crawl over given subreddit or multireddit links and download all top images and gifs locally.
Install chromedriver:
brew tap homebrew/caskbrew cask install chromedriver
Install requirements:
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt
Setup your config file:
cp src/config_default.py src/config.py- Add subreddit or multireddit links
Run the scraper:
python src/run.py- ...
- profit?