This is basic ML project on twitter based sentiment analysis.Only 15 line code based on Siraj raval Learn Python for Data Science #2 for learning purpose.
Prerequisites:
- Python 2.6 or higher
- NumPy
- tweepy
- TextBlob
For running this project you need the following
consumer_key="YOUR-CONSUMER-KEY"
consumer_secret="YOUR-CONSUMER-SECRET-KEY"
access_token="YOUR-ACCESS-TOKEN"
access_token_secret="YOUR-ACCESS-TOKEN-SECRET"
which can be obtained by creating a twitter app.