Go package to provide access to Twitter's streaming and REST API.
This is a early version which is no doubt missing lots of functionality (and tests), so just open an issue and/or help out :)
Example clients and how to use the code can be found in the cmd/
directory.
$ go get github.com/JustAdam/streamingtwitter
$ cd cmd/
$ mv tokens.json.sample tokens.json
$ vim tokens.json
Add your Twitter API token and secret under "App".
$ go run simple/simple.go
Follow the instructions to grant access to your Twitter app