Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 671 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 671 Bytes

Twitter-Sentiment

Takes tweets, performs a very basic sentiment analysis on them, plots this data, and serves this web page.

About

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.

How to Use

  1. Create an app at https://apps.twitter.com/ (Requires an account created at https://developer.twitter.com/)
  2. 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: ...
  1. git clone this repo, cd to it, cargo run
  2. Open: http://localhost:7878