Skip to content

Tracking the most popular Github repos, update daily(Python version)

Notifications You must be signed in to change notification settings

blcarlson01/github-trending

 
 

Repository files navigation

GitHub Trending(Python)

Intro

Tracking the most popular Java Github repos, updated daily(Python version)

It uses travis-ci to run the build once a day that produces and publishes the day's trending Java projects through the deployment feature.

inspired by github-trending(Go Version)

inspired by and forked from https://github.com/bonfy/github-trending

bonfy's special day (originally forked from):

Run

You need install pyquery & requests

  $ git clone https://github.com/bonfy/github-trending.git
  $ cd github-trending
  $ pip install -r requirements.txt
  $ python scraper.py

Lisence

MIT

About

Tracking the most popular Github repos, update daily(Python version)

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 8.0%