Skip to content

nasum/tt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tt

tt is command line twitter client

How to install

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"
}

How to use

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.

About

command line twitter client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages