gotweet Home Page
Not logged in

About gotweet

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

Download

Sources

With Fossil SCM:

$ fossil clone http://codingrobots.org/p/gotweet gotweet.fossil

ZIP archive: For your convenience, here's gotweet-src.zip (18 KB) from one of the latest check-ins.

To get the lastest code from this repository, login as anonymous, click "Timeline", then select the latest check-in, and click "ZIP archive".

To make (you have to install Go first):

$ cd src
$ make

Binaries

gotweet-osx-amd64.zip (Mac OS X 10.5 x86-64, 370 KB, Version b975035f58, 2009-11-12 22:07:02)

gotweet-linux-amd64.zip (Linux amd64, 370 KB, Version b975035f58, 2009-11-12 22:07:02)

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

Contact

I want to hear your feedback! Email me or use the built-in ticket tracker.

Made by Coding Robots.