Script prints 20 trending repos with stars, number of issues and its links.
- you need python 3.5 to run script
- install requirement modules by executing:
pip install -r requirements.txt
- run script:
python github_trending.pyoutput will be similar:
=> repo(900 stars) - 2 open issues(s):
<link to repo issue #1>
<link to repo issue #2>
The code is written for educational purposes. Training course for web-developers - DEVMAN.org