2hands10fingers / Reddit-Image-Scraper-1.0

Scrapes/downloads a selected subreddit's posted images by a specified date range on http://reddit.com
http://www.glotacosm.com
48 stars 13 forks source link

Fixed up the base structure a bit #11

Closed tjcim closed 6 years ago

tjcim commented 6 years ago

This PR does a few things:

  1. I added a .gitignore file with the contents of the standard python gitignore
  2. I added config.py to .gitignore. -- The reason is that with this change config.py will never be uploaded to github.
  3. I copied the original config.py to config.py.sample
  4. Added instructions to the README.md for the new config file.
  5. Added a requirements.txt file. I noticed the first time I tried to run it praw was required and not listed in the README.