An imgur album scraper written in Python.
imgur-scraper can either be installed through pip (stable version) or manually (dev or stable version).
Using pip:
$ (sudo) pip install imgur-scraper
Manually:
- Stable version: download the latest release version
- Development version: clone this git repository (
$ git clone https://github.com/iceTwy/imgur-scraper.git
)
Then run $ (sudo) python setup.py install
to install imgur-scraper.
Installation requirements:
- Python 2.6+ or Python 3
- requests
Runtime requirements:
- An account at imgur with a valid API client ID.
Use imgur-scrape
(a script provided by imgur-scraper) to scrape an album from imgur:
usage: imgur-scrape [-h] [-v] client_id url path
positional arguments:
client_id imgur API client id
url URL of the imgur album to scrape
path path to save album images
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
imgur-scraped is licensed under the MIT license; refer to the LICENSE file.