Skip to content

tomislater/gift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages