Sentiment Analysis on Tweets

Posted on May 26, 2021

Working

Tweets of a particular keyword were extracted using the twitter api. The tweets are first processed to clean the data and then stored in the form of a list. The tweets are then analysed using the nltk library which gives each tweet score based on its emotions. The tweets are then categorised based on the score and stored in the form of different lists. Matplotlib was then used to graphically represent the results.

The repository for the project is available here