Skip to content

JamesMcMinn/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Utilities

A set of tools and utilities for dealing with Tweets and Twitter content.

Requirements

The following packages are required:

  • github.com/mrjones/oauth
  • github.com/araddon/httpstream

Required packages can be installed using go get packagepath

Getting started

To fill a channel with data from the Twitter firehose:

firehose chan twitter.Tweet = make(chan twitter.Tweet, 1000)
go twitter.FillStream(firehose, "consumer key", "consumer secret", "oauth token", "oauth secret")

About

A set of tools and utilities for dealing with Tweets and Twitter content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages