Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.1 KB

gift (get images from tumblr)

Script for downloading images from tumblr blogs. All images are stored in images/blog-name.

Install

pip install -r requirements.txt

How to use

You must have application on tumblr. You can register here. If you created application, you need paste OAuth Consumer Key in config.

config.cfg
[tumblr]
consumer_key = your_consumer_key
Usage
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

Screenshots

1

2

2