
PROBLEM
STATEMENT
The client needed to know the GitHub projects that are getting the most traction to get an idea about the latest trends. We were also required to retrieve the details of those projects, like the authors and stats (stars, watches, and forks).
SOLUTION
We devised a smart algorithm to scrape the required data from the trending page of GitHub. We had to use some other resources as well for retrieving the complete information for certain projects. The summary of the top GitHub projects is then sent to the client through an email (on a weekly basis).
Input
Same as problem statement.
Output
A weekly email with the details of all the trending projects on GitHub