Simple tool which can get and output top 20 fresh repositories (created during past 7 days) from GitHub sorted by stars. It outputs in a table view.
$ python3 github_trending.py
THE MOST RATED FRESH REPOSITORIES
Url | Stars | Issues
--------------------------------------------------------------------------------------------------------------------
https://github.com/schors/tgdante2 | 484 | 4
https://github.com/jerryli27/TwinGAN | 190 | 0
https://github.com/jamiebuilds/roast-my-deps | 180 | 0
https://github.com/pointfreeco/swift-tagged | 150 | 0
https://github.com/skorov/ridrelay | 150 | 0
https://github.com/api0cradle/LOLBAS | 147 | 0
https://github.com/iqiyi/xHook | 146 | 1
https://github.com/hasura/react-check-auth | 136 | 0
https://github.com/yoshuawuyts/human-panic | 136 | 7
https://github.com/assimon/ysfaka | 133 | 0
https://github.com/sindresorhus/slugify | 129 | 0
https://github.com/siddharthkp/react-amsterdam-videos | 126 | 0
https://github.com/wowlusitong/awesome-education | 123 | 1
https://github.com/lukeed/tmp-cache | 123 | 0
https://github.com/easychen/career-guide-for-cs-graduate | 119 | 0
https://github.com/tehw0lf/airbash | 97 | 0
https://github.com/nforest/awesome-decompilation | 91 | 0
https://github.com/reruin/gdlist | 86 | 2
https://github.com/levyben/DeepSuperLearner | 86 | 2
https://github.com/NetSPI/goddi | 81 | 0Before get started ensure you have python 3.5 installed system wide and also don't forget to install requirements from requirements.txt file.
$ pip3 install -r requirements.txt
The code is written for educational purposes. Training course for web-developers - DEVMAN.org