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

https://github.com/cdeweyx/trump-sentiment-tracker

Web application using real-time twitter data to determine the public's current perception of President Donald Trump.
https://github.com/cdeweyx/trump-sentiment-tracker

d3-js flask heroku python sentiment-analysis twitter-api web-application

Last synced: about 1 year ago
JSON representation

Web application using real-time twitter data to determine the public's current perception of President Donald Trump.

Awesome Lists containing this project

README

          

# Trump Sentiment Tracker

### Description
Trump Sentiment Tracker uses real-time twitter data to determine the public's current perception of President Donald Trump. The web application streams all tweets containing the word 'Trump' within the last ten minutes of being launched. The tweets are then put through sentiment analysis in order to determine how postitive or negative they are. Lastly, the sentiment scores are averaged and reported to you using the visualization seen above. For best results, keep this tab open for a few minutes and then check it out.

### See the Web App
[Trump Sentiment Tracker](https://trump-sentiment-tracker.herokuapp.com)

### See the Post
I wrote a Medium post on the experience as well. You can find the post and more about the process here:

[How I Built Trump Sentiment Tracker](https://hackernoon.com/how-i-built-trump-sentiment-tracker-355ff87859f9)