Skip to content

JustAdam/streamingtwitter

Repository files navigation

Go: Twitter Streaming and REST API package

Build Status Coverage Status GoDoc

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.

Quick start

$ 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

About

Go package for access to Twitter's streaming and REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages