Script for downloading images from tumblr blogs. All images are stored in images/blog-name.
pip install -r requirements.txt
You must have application on tumblr. You can register here. If you created application, you need paste OAuth Consumer Key in config.
[tumblr]
consumer_key = your_consumer_key
Usage: gift.py NAME [-l NUMBER]
Examples:
gift.py perfectboard
gift.py perfectboard -l 100
gift.py perfectboard --limit=1000
Arguments:
NAME Name of the blog
Options:
-l NUMBER --limit=NUMBER limit for posts which will be downloaded