This script find the most trending new repositories 1 week old on github.com
requirements.txt contains all necessary packages.
$ python github_trending.py --repos_amount[OPTIONAL]
For example:
$ python github_trending.py
There is 2 most trending repositories on Github.com for the last week:
Repository: hiring-without-whiteboards, issues: 9, link: "https://github.com/poteto/hiring-without-whiteboards"
Repository: pytorch-tutorial, issues: 1, link: "https://github.com/yunjey/pytorch-tutorial"
Repository: pet, issues: 6, link: "https://github.com/knqyf263/pet"
Repository: developer-roadmap, issues: 3, link: "https://github.com/kamranahmedse/developer-roadmap"
...
If you need help just type:
$ python github_trending.py --help