Twitter-Github Hybrid to Collect Tweets




This is a Twitter-Github web application mashup. It looks for GitHub repositories by the provided keyword and collects the tweets that mention those repositories through Twitter API.

The app returns a JSONObject with the names and descriptions of the found GitHub repositories, plus the 10 most recent tweets about each of the found repositories.

Libraries: gson, twitter4j, java.util, java.net;

Build automation tool: Gradle;

Source code: https://github.com/JavaMedvedev/twitter-github-mashup