Skip to content

anthonyringoet/tumblrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tumblrd

Tumblr photo downloader

Authenticate yourself to use the API

Register a tumblr app and add a file config.js as seen below in this folder. Add your consumer key, secret key is not needed.

module.exports = {
  consumer: '--some-key--'
}

Using the script

$ ./bin/cli.js (blog url) (optional destination) (--v verbose flag)
$ ./bin/cli.js someblog.tumblr.com output-dir --v

About

Tumblr photo downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published