/Twitter_Sentiment_Analysis_Python

Performed sentiment analysis on tweets using Twitter API, tweepy and TextBlob. Determined sentiment based on polarity and plotted the same.

Primary LanguageJupyter Notebook

Twitter_Sentiment_Analysis_Python

-- Extracted tweets using twitter API
-- Used TextBlob lib for processing tweets text
-- Performed a sentiment analysis on the tweets
-- Determined polarity as positive, neutral and negative
-- Calculated sentiment percentages
-- Plotted the sentiment based on polarity