A social analytics dashboard for twitter.
- Tweet and Mention counts
- Follower statistics
- Tweet search and export
- Sentiment analytics
- Show popular/unpopular tweets
- Tweet Source data
- Install maven.
- Run
mvn install
in the project directory. - Follow this guide on deploying a GWT app to a web server
- Set up server files found in
server/
NOTE: Make sure to change HOST_URL
and DEFAULT_ACCOUNT
in Consts.java
, as well as adding your twitter accounts in the source files.