spryor / dash4twitter

A dashboard application for twitter analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dash4twitter

Authors: Joseph Perez (jdperez@utexas.edu) and Stephen Pryor (spryor02@utexas.edu)

dash4twitter is a simple dashboard application for twitter analysis. It is designed for easy modification for visualization and filtered streaming functionality.

Requirements

Setting up twitter4j

To use dash4twitter, you need to have authentication credentials from twitter. Make on application on using the twitter developers page and place your credentials in a file called twitter4j.properties

oauth.consumerKey=`your consumer key`
oauth.consumerSecret=`your consumer secret`
oauth.accessToken=`your access token`
oauth.accessTokenSecret=`your access token secret`

Launching the Dashboard with Play

Go to the directory you cloned dash4twitter in. Use the following command:

$ play run

Then open the file app/view/index.html file in the browser of your choice.

About

A dashboard application for twitter analysis


Languages

Language:Scala 65.7%Language:JavaScript 32.1%Language:Java 2.2%