Skip to content

syst3mw0rm/twitter-sentiments

Repository files navigation

Sentiment analysis of tweets having a particular hashtag using text-processing.com API.

How it works :
1. Tweets are fetched by get_tweets.py and pushed in a rabbitmq queue.
2. Tweets are extracted from queue and its sentiment is calculated using text processing API.
3. Result is saved into mysql database.
4. Flask app is used to display the tweets through web interface.

You can check it out : aws.aamirkhan.co.in:8000/query/%23facebook

About

Twitter sentiment analysis using NLTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published