Skip to content

arjunmukherjee/social-feed-moderator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social media content moderator (with sentiment analysis)

About

Current

  • 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.

Future

  • Facebook
  • Instagram
  • User defined

Compile

sbt compile

Environment/config variables

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"

Run

  • sbt run
  • check http://localhost:9000 on your favorite browser

Main Page Tweet Page