Skip to content

filipyoo/twitter_topic_sentiment_analysis

Repository files navigation

Twitter topic and sentiment analysis

For detailed explanation, please refer to my blog post :
http://www.filipyoo.com/topic-and-sentiment-analysis-using-twitter-api/

Topic and sentiment analysis using Tweepy, TextBlob, and NLTK.

Starting with getting the tweets stream using Tweepy, see the getStreamingTweets.py

See the sentimentAnalysis.py file for detail on function used to plot the tweets sentiments, the sentiment pie graph or the word cloud of most used hashtags.

  • Plot of tweet sentiment according to their polarity and subjectivy. The greener the point, the more positive the tweet is.

sentiment analysis ffxv

  • Pie graph of negative, neutral and positive sentiments.

pie graph sentiment analysis

  • Word cloud of the most used hashtags.

word cloud sentiment analysis