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.
- Host: GitHub
- URL: https://github.com/sksubhadeep/twitter-sentiment-analysis
- Owner: sksubhadeep
- Created: 2024-01-28T15:57:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T16:24:46.000Z (over 1 year ago)
- Last Synced: 2024-12-30T06:14:51.239Z (5 months ago)
- Topics: python, sentiment-analysis, twitter
- Language: Jupyter Notebook
- Homepage: https://app.powerbi.com/view?r=eyJrIjoiZWFhOTY4ZTQtZDMxYy00MjY0LWI5MjgtNGViOWM2ZTQxNmM1IiwidCI6ImRmODY3OWNkLWE4MGUtNDVkOC05OWFjLWM4M2VkN2ZmOTVhMCJ9&pageName=ReportSection
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.