Takes tweets, performs a very basic sentiment analysis on them, plots this data, and serves this web page.
This project is my Hello World to Rust. It's a fun project, to play with, but it isn't designed to be used in any serious capacity.
- Create an app at https://apps.twitter.com/ (Requires an account created at https://developer.twitter.com/)
- Create a twitter_tokens.yaml file in the base folder and make its contents look something like this:
consumer_key: ...
consumer_secret: ...
access_key: ...
access_secret: ...
- git clone this repo, cd to it, cargo run
- Open: http://localhost:7878