An open API service indexing awesome lists of open source software.

https://github.com/leeweir/github-trending

Tracking the most popular Github repos, updated daily.
https://github.com/leeweir/github-trending

github-trending python

Last synced: 10 months ago
JSON representation

Tracking the most popular Github repos, updated daily.

Awesome Lists containing this project

README

          

# GitHub Trending(Python)

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

inspired by [github-trending(Go Version)](https://github.com/josephyzhou/github-trending)

## Run

You need install `pyquery` & `requests`

```bash
$ git clone git@github.com:leeweir/github-trending.git
$ cd github-trending
$ pip install -r requirements.txt
$ python scraper.py
```

## Advance

A better place to use the script is in VPS

* You should have a VPS first, and then you should Add SSH Keys of your VPS to Github

* Then you can run the code in VPS

Thus the code will run never stop

## Lisence

MIT