An open API service indexing awesome lists of open source software.

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.

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`.