Skip to content

velios/9_github_trending

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Trends

The program prints the 20 most popular repositories from GitHub for a week and highlights the most stable ones

How to Install

Python 3 should be already installed. Then use pip (or pip3 if there is a conflict with old Python 2 setup) to install dependencies:

pip install -r requirements.txt # alternatively try pip3

How to use

#Run
$ python3 github_trending.py
#Output
Program prints 20 most popular repositories since 2017-08-10
 1 https://github.com/paulgb/BarbBlock                486 stars  4 issues
 2 https://github.com/c-bata/go-prompt                378 stars  4 issues
 3 https://github.com/def-/time.gif                   361 stars  3 issues
...
20 https://github.com/baidu/Elasticsearch Try it!     93 stars  0 issues

Try it tag means repository have 0 issues and recommend to inspection

Remember, it is recommended to use virtualenv/venv for better isolation.

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%