https://github.com/rapptz/reddit-imgur-scraper
Python script that scraps images from imgur on reddit.
https://github.com/rapptz/reddit-imgur-scraper
Last synced: 3 months ago
JSON representation
Python script that scraps images from imgur on reddit.
- Host: GitHub
- URL: https://github.com/rapptz/reddit-imgur-scraper
- Owner: Rapptz
- License: mit
- Created: 2014-02-14T09:19:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T10:44:23.000Z (over 6 years ago)
- Last Synced: 2025-01-08T23:45:44.186Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 30
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Reddit Imgur Scrapper
An imgur scrapper for reddit. Allows for scrapping of user pages and/or subreddits.
## Basic Usage
Scraps the first 100 submissions of rapptz and downloads imgur images to the rapptz directory.
```
reddit-scraper.py --username=rapptz -o rapptz
```For more help, type `reddit-scraper.py --help`.