imgur-scraper is a scraper that helps you retrieve all images from an imgur album.
imgur-scraper queries the imgur API to retrieve information about albums.
You need to register an account at imgur, then to generate an API client ID.
Simply use pip to install imgur-scraper:
$ pip install imgur-scraper
imgur-scraper provides imgur-scrape.
imgur-scrape can be used with the following arguments:
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