Basic image scraper for reddit.com. Uses Selenium and BeautifulSoup4 to parse and urllib to grab the images.
Note: Should work with Python 2.7 and 3+, however some tweaking may be required.
Usage:
Enter a subreddit url to parse, and specify how many pages to go through.
Dependencies:
- BeautifulSoup4
- Requests
- Selenium