Skip to content

Java application that retrieves the latest status of a user based on screen name

License

Notifications You must be signed in to change notification settings

Cherchercher/TwitterStatus

Repository files navigation

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.

About

Java application that retrieves the latest status of a user based on screen name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published