- Twitter integration : will pull down the tweets from twitter relevant to the query string, will attempt to analyse the text to figure out the sentiment.
- User defined
sbt compile
Ensure you have the following environment/config variables set. You can set this in your shell, or in conf/application.conf
twitter.consumerKey = "YOUR KEY"
twitter.consumerSecret = "YOUR CONSUMER SECRET"
twitter.accessToken = "YOUR TOKEN"
twitter.accessTokenSecret = "YOUR TOKEN SECRET"
twitter.queryString = "PulpFiction OR ReservoirDogs"
sbt run
- check
http://localhost:9000
on your favorite browser