Skip to content

dp433/9_github_trending

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Github Trends

Programm searches top 20 trending Github repositories for the last week and shows in console thier names, amount of stars, amount of opened issues and link.

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

Quickstart

Example of script launch on Windows, Python 3.5:

$ python github_trending.py

Example of program results:

Top 20 of Github repositories by stars for the last week:

#1
Name: css-gridish
Stars: 1477
Issues: 1
Url: https://api.github.com/repos/IBM/css-gridish

#2
Name: greenlet
Stars: 1158
Issues: 5
Url: https://api.github.com/repos/developit/greenlet

#3
Name: karmatic
Stars: 871
Issues: 4
Url: https://api.github.com/repos/developit/karmatic

#4
Name: DeepReinforcementLearning
Stars: 393
Issues: 3
Url: https://api.github.com/repos/AppliedDataSciencePartners/DeepReinforcementLearning

#5
Name: BucketCompressionTrick
Stars: 204
Issues: 0
Url: https://api.github.com/repos/isometric/BucketCompressionTrick

#6
Name: NapkinML
Stars: 199
Issues: 0
Url: https://api.github.com/repos/eriklindernoren/NapkinML

#7
Name: Simple
Stars: 177
Issues: 0
Url: https://api.github.com/repos/chrisstroemel/Simple

#8
Name: safe-start-koa2
Stars: 167
Issues: 1
Url: https://api.github.com/repos/chungchi300/safe-start-koa2

#9
Name: snow
Stars: 159
Issues: 0
Url: https://api.github.com/repos/mortie/snow

#10
Name: PHPerInterviewGuide
Stars: 148
Issues: 1
Url: https://api.github.com/repos/todayqq/PHPerInterviewGuide

#11
Name: leetcode
Stars: 125
Issues: 2
Url: https://api.github.com/repos/cls1991/leetcode

#12
Name: Grouper
Stars: 122
Issues: 0
Url: https://api.github.com/repos/l0ss/Grouper

#13
Name: laravel-preset
Stars: 122
Issues: 0
Url: https://api.github.com/repos/adamwathan/laravel-preset

#14
Name: electron-timber
Stars: 121
Issues: 0
Url: https://api.github.com/repos/sindresorhus/electron-timber

#15
Name: jest-webdriver
Stars: 110
Issues: 0
Url: https://api.github.com/repos/alexeyraspopov/jest-webdriver

#16
Name: vue-template-explorer
Stars: 102
Issues: 0
Url: https://api.github.com/repos/vuejs/vue-template-explorer

#17
Name: ojbk_jiexi
Stars: 100
Issues: 0
Url: https://api.github.com/repos/tangrela/ojbk_jiexi

#18
Name: wechat_brain
Stars: 99
Issues: 1
Url: https://api.github.com/repos/251321639/wechat_brain

#19
Name: LearningToCompare-Pytorch
Stars: 97
Issues: 0
Url: https://api.github.com/repos/dragen1860/LearningToCompare-Pytorch

#20
Name: Vita3K
Stars: 94
Issues: 5
Url: https://api.github.com/repos/Vita3K/Vita3K

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%