Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/el-dringo-brannde/trump-twitter-tracker-web
- Owner: El-Dringo-Brannde
- License: mit
- Created: 2018-05-01T20:09:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T11:22:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T19:36:22.485Z (29 days ago)
- Topics: data-and-visualization, data-visualization, etl, trump-tweets, twitter
- Language: JavaScript
- Homepage: https://el-dringo-brannde.github.io/Trump-Twitter-Tracker-Web/
- Size: 17.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.