wlattner / tweettrack

Twitter Streaming API keyword tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweettrack

This app is a simple experiment with the Twitter Streaming API. tweettrack will track the user-supplied keywords (up to 400). Incoming tweets will be written to a file (tweets.json by default) and streamed to websocket clients.

Running

Ensure your Twitter API keys are in twitter_keys.cfg. To run the app with the example keywords:

./tweettrack --keyword_file keywords.txt --port 3000

Then visit http://localhost:3000 in your browser.

To see additional configuration options:

./tweettrack --help

About

Twitter Streaming API keyword tracking

License:MIT License


Languages

Language:Go 100.0%