Download imgur albums, optionally discovering more albums in image descriptions
- Use pip to install ImgurDownloader (
pip install ImgurDownloader
) - Run
imgur http://imgur.com/a/Something path/to/some/folder
- If you want to recursively download albums (it discovers new albums in the description of images), run:
imgur --recursive http://imgur.com/a/Something path/to/some/folder
- Install virtualenv
- Clone this repo
- Activate in virtualenv (
pip install -e path/to/clone
) <virtualenv>/bin/imgur --recursive -v http://imgur.com/a/Z0lda path/to/some/folder
The existing album downloader had a few problems:
- It didn't grab the highest resolution of images.
- It didn't save titles or descriptions of images
- It didn't try to find other albums in the description of images
This app uses the Imgur.com developers API, so you'll need an imgur.com account to create a new application and generate a new clientid for your app. After that, you'll have to write the clientid in the configuration file, which is automatically generated for you when you first run the app, at ~/.config/imgurdownloader/settings.conf