Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/el-dringo-brannde/trump-twitter-tracker-web

Track commonly used words in Trump's Tweets
https://github.com/el-dringo-brannde/trump-twitter-tracker-web

data-and-visualization data-visualization etl trump-tweets twitter

Last synced: 18 days ago
JSON representation

Track commonly used words in Trump's Tweets

Awesome Lists containing this project

README

        

## [Trump Twitter Tracker Web](https://el-dringo-brannde.github.io/Trump-Twitter-Tracker-Web/#/)

## Summary
A React Redux site to parse data from the server to provide some data visualization for Trumps Tweets. Wordcloud that aggregates his most commonly used words, sunburst charts to categorize each word via noun, adjective, adverb, and verb. Finally, a heatmap to track at what times he posts the tweets, and average them throughout the week.

Deployed via Github Pages [here](https://trump-twitter-tracker-web.herokuapp.com/#/all)

### Todo
- Update the site to pull data from Twitter by the day.

### _Note_
Used this project to learn Redux, as of now Redux is **Completely overkill** and adds a lot of tech debt to the project.

## Related Projects
1. [Trump Twitter Tracker ETL](https://github.com/El-Dringo-Brannde/trump-twitter-tracker-ETL) ETL engine used to pull trump tweets by nouns, adverbs, adjectives, and verbs. Further breaks them down by year, month, and week.

2. [Trump Twitter Tracker Server](https://github.com/El-Dringo-Brannde/trump-twitter-tracker-server) A Node.js, Express RESTful server to serve up database data from the ETL engine. Specifically, pulls trumps tweets and parses through it properly to server it back to the web project.