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.
- Host: GitHub
- URL: https://github.com/leeweir/github-trending
- Owner: leeweir
- Created: 2017-03-08T06:29:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T21:28:43.000Z (over 3 years ago)
- Last Synced: 2025-04-24T16:32:31.760Z (11 months ago)
- Topics: github-trending, python
- Language: Python
- Homepage: https://github.com/trending
- Size: 1.02 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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