Skip to content

gonejack/tumblr-likes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tumblr-likes

Command line tool for download tumblr like images.

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/tumblr-likes

Usage

  1. Get credentials
https://api.tumblr.com/console/calls/user/info 
  1. Edit config.json
> tumblr-likes -t > config.json && open config.json
  1. Get likes
> tumblr-likes -v

Flags

  -h, --help                    Show context-sensitive help.
  -c, --config="config.json"    Config file.
  -o, --output="likes"          Output directory.
  -m, --max-fetch=200           How many likes to be fetched.
  -t, --template                Print config template.
  -v, --verbose                 Verbose printing.
      --about                   Show about.