tumblr-likes
Command line tool for download tumblr like images.

Install
> go get github.com/gonejack/tumblr-likes
Usage
- get credentials from
https://api.tumblr.com/console/calls/user/info
- build config.json
> tumblr-likes -t > config.json
- fetch likes
> tumblr-likes -v
Usage:
tumblr-likes [flags]
Flags:
-c, --config string config file (default "config.json")
-o, --outdir string output directory (default "likes")
-t, --template print config template
-v, --verbose verbose
-h, --help help for tumblr-likes