/senti

Sentiment analyze tweets.

Primary LanguageJavaScript

Senti

senti is an attempt to sentiment analyze tweets. Curently it can handle User tweets and general searches. Live version is available at http://senti.herokuapp.com/

How it works##

Senti uses sentiment for the analysis. connect-ratelimit is used to limit the user requests.

Installation##

Install nodejs from here

Clone Senti

git clone https://github.com/malithsen/senti.git

Navigate to the cloned directory and run

npm install

Rename config.sample.js to config.js and fill in the credentials obtained from https://apps.twitter.com/app/new Then run

npm start

To-Do##

  • Use dynamic routing.
  • Show a summary of results on top of the page.
  • Fix the bugs when highlighting keywords.
  • Improve UI.