Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.18 KB

readme.md

File metadata and controls

34 lines (20 loc) · 1.18 KB

Twitter Status

Twitter Status allows users to check out latest 20 twitter status based on a screen name

Link to App

Running Locally

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.

Features

  1. In addition to users' latest activity, location, and friends/followers stats, users can also visualize how post counts correlate with like and Retweet counts.

  2. When a data point on graph is clicked, the top Tweet that contributed to most likes and retweets of the month will be returned.

Limits

Twitter API allows for 180 requests per 15-min window (user auth)

Coming Soon (with Twitter Account Activity API Beta Version) :

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.