View a twitter account's most recent tweets with this command-line tool, written in Go
$ go get github.com/colemujadzic/go-tweets
$ go-tweets -h
go-tweets - A command line tool to retrieve a twitter user's tweets using Twitter's API
Version: 0.0.1
Usage: go-tweets [options] <twitter username> <number of tweets>
-consumer-key string
twitter consumer key
-consumer-secret string
twitter consumer secret
- Most of the inspiration to try this came from Jessie Frazelle's command-line tools.
- Filippo Valsorda's amazing Makefile for Go was also super helpful.