Skip to content

spryor/dash4twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash4twitter

Authors: Joseph Perez ([email protected]) and Stephen Pryor ([email protected])

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

Resources

Stars

Watchers

Forks

Packages

No packages published