Sentiment analysis on tweets using tweepy api in python
Twitter sentiment analysis gives the polarity based on the input provided by the user.Tweepy act as the tweet collector from twitter server and also on the text blob for sentiment polarity calculation.
Python,tweepy,textblob
- Extract data from twitter api
- for every tweet decide a polaity 1 or -1 and subjectivity between 0 or 1.
- based on the polarity a circular static graph is plotted