https://github.com/bonfy/github-trending
Tracking the most popular Github repos, update daily(Python version)
https://github.com/bonfy/github-trending
github-trending python
Last synced: about 1 month ago
JSON representation
Tracking the most popular Github repos, update daily(Python version)
- Host: GitHub
- URL: https://github.com/bonfy/github-trending
- Owner: bonfy
- License: mit
- Created: 2015-08-17T06:27:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T02:51:24.000Z (6 months ago)
- Last Synced: 2024-10-30T05:12:38.123Z (6 months ago)
- Topics: github-trending, python
- Language: Python
- Homepage:
- Size: 13.1 MB
- Stars: 542
- Watchers: 35
- Forks: 137
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - bonfy/github-trending - Tracking the most popular Github repos, update daily(Python version) (Python)
README
# GitHub Trending(Python)
## Intro
Tracking the most popular Github repos, updated daily(Python version)## Run
You need install `pyquery` & `requests`
```bash
$ git clone https://github.com/bonfy/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
## Special Day
- [2017-03-29](https://github.com/bonfy/github-trending/blob/master/2017/2017-03-29.md) - my repo [qiandao](https://github.com/bonfy/qiandao) record by github-trending(Python)
- [2018-09-27](https://github.com/bonfy/github-trending/blob/master/2018/2018-09-27.md)/[2018-10-09](https://github.com/bonfy/github-trending/blob/master/2018/2018-10-09.md) - my repo [go-mega](https://github.com/bonfy/go-mega) record by github-trending(Go)## Sponsor

## License
MIT