/tdash

tDash : Twitter Dashboard

Primary LanguageScalaGNU General Public License v3.0GPL-3.0

Archived this project since twitter banned 3rd party clients.

tDash

A Twitter Dashboard

Testing

Docker

  1. Install Docker for your platform.
  2. Clone this repository.
  3. Compile the app docker-compose run cli make compile.
  4. Add your twitter app API keys in build/ROOT/WEB-INF/web.xml.
  5. Run the app docker-compose up -d.
  6. Browse to http://127.0.0.1:8080

Vagrant

  1. Install virtualbox, vagrant and vagrant-vbguest.
  2. Clone this repository.
  3. Run vagrant up, vagrant ssh, cd /vagrant, make compile, ./runWebServer.sh.
  4. Add your twitter app API keys in build/ROOT/WEB-INF/web.xml.
  5. Browse to http://127.0.0.1:8080.

Copyright & License

Copyright 2013 Harshad RJ License: GPL V3 (See LICENSE for details.)