Skip to content

Zed-chi/9_github_trending

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Github Trends

Script prints 20 trending repos with stars, number of issues and its links.

Usage

  • you need python 3.5 to run script
  • install requirement modules by executing:
pip install -r requirements.txt
  • run script:
python github_trending.py

output will be similar:

=> repo(900 stars) - 2 open issues(s):
<link to repo issue #1>
<link to repo issue #2>

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%