https://github.com/vprusso/twitter_sentiment_debate
Python code for streaming tweets and performing sentiment analysis of the 2016 presidential debate.
https://github.com/vprusso/twitter_sentiment_debate
Last synced: about 1 year ago
JSON representation
Python code for streaming tweets and performing sentiment analysis of the 2016 presidential debate.
- Host: GitHub
- URL: https://github.com/vprusso/twitter_sentiment_debate
- Owner: vprusso
- Created: 2016-10-12T00:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T19:31:18.000Z (over 9 years ago)
- Last Synced: 2025-01-28T20:42:09.888Z (over 1 year ago)
- Language: Python
- Homepage: http://vprusso.github.io/blog/2016/twitter-sentiment-analysis-for-the-first-2016-presidential-debate/
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter_sentiment_debate
Python code for streaming tweets and performing sentiment analysis of the 2016 presidential debate.
A Python script that allows one to stream tweets and analyze the sentiment of those tweets in real-time.
For more information on how to use this code, refer to the following blog post:
http://vprusso.github.io/blog/2016/twitter-sentiment-analysis-for-the-first-2016-presidential-debate/