Use it to download images of a user.
To get started with little to no configuration, run the script like this
$ python downloader.py username
replace username with the persons username/handle. Script will assume you want to download all the images of the following user.
Alternatively to fine tune what you want to download use the following command
$ python downloader.py [username] [--save-only] [[all] [recent]]
username all
- will download all the imagesusername recent
- will download only recent imagesusername --save-only [...]
- will only save and not download images
To change default settings open settings.conf and choose as you like.
- Improve downloading module. Multithreading can be used.
- Save the urls to a file to batch download with likes of IDM
- Let people download tags
- Do something about captions too