/Basic-Twitter-Stream-Using-Tweepy

Connects to twitter's streaming api using tweepy module

Primary LanguagePython

This is a basic script to connect to Twitter's streaming API using the Tweepy module. It simply prints to the console the text of the tweet as it comes in through the API. I will build around this script to do things like sentiment analysis of Twitter using the streaming API.