Twitter Status allows users to check out latest 20 twitter status based on a screen name
Make sure you have Java and Maven installed. Also, install the Heroku CLI.
$ git clone https://github.com/Cherchercher/TwitterStatus
$ cd TwitterStatus
$ mvn install
$ heroku local:start
Your app should now be running on localhost:5000.
-
In addition to users' latest activity, location, and friends/followers stats, users can also visualize how post counts correlate with like and Retweet counts.
-
When a data point on graph is clicked, the top Tweet that contributed to most likes and retweets of the month will be returned.
Twitter API allows for 180 requests per 15-min window (user auth)
1.Users who interacts the most with current user will be returned.
2.Time of day, and day of week where interactions spike will be returned.