Skip to content

John2013/9_github_trending

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Github Trends

Prints trending github.com repositories of the week and their issues_amounts

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

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

How to use

Example:

$ python github_trending.py
Популярные проекты за последнюю неделю:
speed47/spectre-meltdown-checker
https://api.github.com/repos/speed47/spectre-meltdown-checker
Открытых задач: 5

evilsocket/bettercap-ng
https://api.github.com/repos/evilsocket/bettercap-ng
Открытых задач: 4

...

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%