Archived this project since twitter banned 3rd party clients.
A Twitter Dashboard
- Install Docker for your platform.
- Clone this repository.
- Compile the app
docker-compose run cli make compile
. - Add your twitter app API keys in
build/ROOT/WEB-INF/web.xml
. - Run the app
docker-compose up -d
. - Browse to http://127.0.0.1:8080
- Install virtualbox, vagrant and vagrant-vbguest.
- Clone this repository.
- Run
vagrant up
,vagrant ssh
,cd /vagrant
,make compile
,./runWebServer.sh
. - Add your twitter app API keys in
build/ROOT/WEB-INF/web.xml
. - Browse to http://127.0.0.1:8080.
Copyright 2013 Harshad RJ
License: GPL V3 (See LICENSE
for details.)