API-twitter

Barack Obama Sentimental Analysis.

Posted by October 08, 2021 · 1 min read

Project:

API-Sentimental Analysis

This project creates a sentimental analysis with the last 100 tweets that mention "Barack Obama".

Then you can understand and validate the overall opinion.

This first chart creates word clouds put in emphasis words that often appear on all tweets.

wordcloud
Click here to see my Python Project.

The scatter plot analysis positive emphasis tweets, will be seen on the next graph, It is possible to see that the vast majority of tweets are positive polarity/subjectivity or at least close to neutral.

scatter-sentimental analysis

This last plot chart shows that 85% are positive tweets, 8% are neutral and 7% are negative or not agree.

scatter-sentimental analysis

    Programming Language:

  • Python
  • Pandas
  • Numpy
  • API
  • Tweepy
  • textblob
  • wordcloud
  • Sentimental Analysis
  • matplotlib