Twitter Sentiment Analysis using Python
Being a tech freak and an Apple fan, I wanted to know which one of the Apple's new iphones launched this year is favourite among people. To find that answer I analysed the tweets using sentiment analysis in Python for iphones (XS and XR) launched this year, and scored each tweets based on positive and negative words.
For getting the sentiment of each tweet, I used textblob library in python.
Thus comparing the positive, negative and neutral sentiments for both the iphones and predicting the favourite one among iPhone XS and XR. iPhone XS seems to be a winner here with more percentage of positive tweeets, whereas negative tweets for both the phones are almost at par.