An open API service indexing awesome lists of open source software.

https://github.com/sksubhadeep/twitter-sentiment-analysis

This code performs sentiment analysis on the 50 most recent tweets fetched from the Twitter API using the [X] API for authentication. The sentiment analysis is performed on the retrieved data to determine the overall sentiment (positive, negative, or neutral) of the tweets and then visualize the sentiment analysis results on a dashboard.
https://github.com/sksubhadeep/twitter-sentiment-analysis

python sentiment-analysis twitter

Last synced: 3 months ago
JSON representation

This code performs sentiment analysis on the 50 most recent tweets fetched from the Twitter API using the [X] API for authentication. The sentiment analysis is performed on the retrieved data to determine the overall sentiment (positive, negative, or neutral) of the tweets and then visualize the sentiment analysis results on a dashboard.

Awesome Lists containing this project

README

        

This code performs sentiment analysis on the 50 most recent tweets fetched from the Twitter API using the [X] API for authentication. The sentiment analysis is performed on the retrieved data to determine the overall sentiment (positive, negative, or neutral) of the tweets and then visualize the sentiment analysis results on a dashboard.