/Tweepy-Streaming

A simple example using the Tweepy streaming functionallity

Primary LanguagePython

Tweepy-Streaming

A simple example using the Tweepy streaming functionallity. This python application will listen to all mentions of "android" on twitter. For the tweets containing that term, it will keep track of the hashtags used and present the most popular hashtags.

Getting started:

    1. Create a twitter app on twitter.com/dev
    1. Install tweepy
    1. Edit oauthHandler.py with your information
    1. Run "python streaming.py"

Enjoy! :)