This program github_trending.py outputs 20 most popular repositories have created for the week and outputs issues amount.
- virtualenv -p python3 env
- pip install -r requirements.txt
- python github_trending.py
You can print data like this:
The top {} repositories are:
Url: https://github.com/upend/IF_MS_BUYS_GITHUB_IMMA_OUT Stars: 4153 open_issues 49
Url: https://github.com/martenbjork/github-xp Stars: 1835 open_issues 1
Url: https://github.com/me-shaon/GLWTPL Stars: 1405 open_issues 2
Url: https://github.com/pod4g/hiper Stars: 1206 open_issues 10
Url: https://github.com/databricks/mlflow Stars: 733 open_issues 9
Url: https://github.com/sw-yx/react-typescript-cheatsheet Stars: 630 open_issues 6
Url: https://github.com/Pulkit-Khandelwal/Reinforcement-Learning-Notebooks Stars: 494 open_issues 0
Url: https://github.com/jxnblk/ram Stars: 376 open_issues 7
Url: https://github.com/trueadm/ssr-with-prepack-hackathon Stars: 264 open_issues 0
Url: https://github.com/git-federation/gitpub Stars: 262 open_issues 7
Url: https://github.com/ole/whats-new-in-swift-4-2 Stars: 261 open_issues 0
Url: https://github.com/appzcoder/30-seconds-of-php-code Stars: 243 open_issues 2
Url: https://github.com/P3GLEG/WhaleTail Stars: 212 open_issues 1
Url: https://github.com/yangxuanxc/wechat_friends Stars: 181 open_issues 10
Url: https://github.com/leapmotion/ProjectNorthStar Stars: 174 open_issues 0
Url: https://github.com/geektheripper/fuck-smartisan Stars: 168 open_issues 1
Url: https://github.com/HuanHaiLiuXin/CoolViewPager Stars: 150 open_issues 1
Url: https://github.com/keras-team/keras-applications Stars: 147 open_issues 2
Url: https://github.com/alibaba/Alibaba-MIT-Speech Stars: 131 open_issues 1
Url: https://github.com/natfriedman/hello Stars: 124 open_issues 1
The code is written for educational purposes. Training course for web-developers - DEVMAN.org