Skip to content

Jwpe/twitter-a-go-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-A-Go-Go

Minimal Twitter command line client written in Go. Currently, the only function of this script is to retrieve a user's latest tweet when their Twitter screen name is specified.

Usage

Request the latest Tweet for user 'iheartgo', using configuration file conf.json to store Twitter API credentials:

go run main.go -u iheartgo -c conf.json

Arguments:

  • -u: Twitter screen name of the desired (non-protected) user. Default: Jwpe
  • -c: Path to configuration file from script location, e.g. Default: config.json

About

Minimal Twitter command line client written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages