Skip to content

vdimarco/twitter-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-tagger

http://twitter-tagger.nodejitsu.com/

Using the Twitter firehose, NLTK, the Yhat streaming API to tag tweets in real-time.

Go baby go

# set twitter API
export consumer_key="abcd1234"
export consumer_secret="efgh5678"
export access_token_key="ijkl91011"
export access_token_secret="mnop12131415"

$ npm install .
# will default to putin, obama, ukraine
$ node app.js
# can specify your own
$ node app.js baseball yankees "new york"

About

Using the Twitter firehose, NLTK, the Yhat streaming API to tag tweets in real-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published