Tracking the most popular Java Github repos, updated daily(Python version)
It uses travis-ci to run the build once a day that produces and publishes the day's trending Java projects through the deployment feature.
inspired by github-trending(Go Version)
inspired by and forked from https://github.com/bonfy/github-trending
bonfy's special day (originally forked from):
- 2017-03-29 - my repo qiandao record by github-trending(python)
You need install pyquery
& requests
$ git clone https://github.com/bonfy/github-trending.git
$ cd github-trending
$ pip install -r requirements.txt
$ python scraper.py
MIT