blcarlson01 / github-trending

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Python 91.9%Language:Shell 8.1%