Skip to content

nictuku/gotweet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gotweet

Gotweet is a simple command-line Twitter client in Go programming language.

Building from Sources

To make (you have to install Go first):

$ cd src
$ make

(Note: currently it builds using 6g compiler. If you change Makefile to be compiler-independent, please fork and submit your pull request.)

Binaries

Usage

Usage: ./gotweet [options...] action ...
Options:
  -p="": password
  -u="": username (Twitter login)
Actions:
  post		Post status update (followed by status). Alias: p
  user		Show user timeline. Alias: u
  friends	Show friends timeline. Alias: (nothing)
  mentions	Show mentions. Alias: @
  public	Show public timeline

Examples

Post status update:

gotweet -u=username -p=password p "My status update"

Show mentions:

gotweet -u=username -p=password @

Show friends timeline:

gotweet -u=username -p=password

Made by Coding Robots.

About

Simple command-line Twitter client in Go programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%