资 源 简 介
Gives access to the Tumblr API from the command line.
Install with:
pip install tumblr-cli
See my blog post here for some help to install and use: http://www.klofver.eu/post/39789325684/tumblr-command-line-interface-tumblr-cli
```
$ tumblr-cli --help
usage: tumblr-cli [-h] [--blog BLOG] [--authorize] [--post_text FILE]
[--title TITLE] [--param KEY=VAL] [--config FILE] [--pdb]
Tumblr Command Line Interface
optional arguments:
-h, --help show this help message and exit
--blog BLOG The blog to act on. E.g staff.tumblr.com or www.klofver.eu
--authorize Authorize to blog
--post_text FILE Post a text file to your blog
--title TITLE The title to be used in posts
--param KEY=VAL Extra parameter. See valid parameters and values here:
http://www.tumblr.com/api_docs
--config FILE Configuration file
--pdb Puts you in pdb mode if any exceptions are raised.
```
Blog post about tumblr-cli-backup: