Skip to content

cleebp/reddit-image-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Image Scraper

Python script to crawl over given subreddit or multireddit links and download all top images and gifs locally.

How to Run

Install chromedriver:

  • brew tap homebrew/cask
  • brew cask install chromedriver

Install requirements:

  • python3 -m venv venv
  • source venv/bin/activate
  • pip 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?

About

Automagically download top gifs/images from any given subreddit/multireddit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages