tt is command line twitter client
Fetch from GitHub and install.
$ go get github.com/nasum/tt
$ go install
create ttrc.json
in your $HOME
{
"CONSUMER_KEY":"your consumer key",
"CONSUMER_SECRET":"your consumer secret",
"ACCESS_TOKEN":"your access token",
"ACCESS_SECRET":"your access secret"
}
please see help
$ tt help
Twitter Client
Usage:
tt [command]
Available Commands:
help Help about any command
timeline get your timeline
tweet post your tweet
Flags:
-h, --help help for tt
Use "tt [command] --help" for more information about a command.