Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibing624/github-hot
Tracking the hot Github repos and update daily 每天自动追踪Github热门项目
https://github.com/shibing624/github-hot
github github-hot github-trending hot
Last synced: 2 days ago
JSON representation
Tracking the hot Github repos and update daily 每天自动追踪Github热门项目
- Host: GitHub
- URL: https://github.com/shibing624/github-hot
- Owner: shibing624
- License: apache-2.0
- Created: 2023-07-19T12:57:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:14:41.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:13:15.341Z (about 2 months ago)
- Topics: github, github-hot, github-trending, hot
- Language: Python
- Homepage:
- Size: 2.2 MB
- Stars: 42
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-hot
Tracking the hot Github repos and update daily1. Automatically grab popular projects every day based on Github Actions [.github/workflows/schedule.yml](https://github.com/shibing624/github-hot/blob/main/.github/workflows/schedule.yml)
2. Support project list output in markdown format, automatically synchronized to github
3. Support custom sorting, select topk hot interest repos## Usage
```bash
git clone https://github.com/shibing624/github-hot.git
cd github-hot
pip install -r requirements.txt
python crawler.py
```### Result
## Contact
- Issue(建议):[![GitHub issues](https://img.shields.io/github/issues/shibing624/github-hot.svg)](https://github.com/shibing624/github-hot/issues)
- 邮件我:xuming: [email protected]
- 微信我:加我*微信号:xuming624*, 进Python-NLP交流群,备注:*姓名-公司名-NLP*## License
授权协议为 [The Apache License 2.0](LICENSE),可免费用做商业用途。请在产品说明中附加**github-hot**的链接和授权协议。
## Contribute
项目代码还很粗糙,如果大家对代码有所改进,欢迎提交回本项目,在提交之前,注意以下两点:- 在`tests`添加相应的单元测试
- 使用`python -m pytest`来运行所有单元测试,确保所有单测都是通过的之后即可提交PR。
## Related Projects
- javascript:[vitalets/github-trending-repos](https://github.com/vitalets/github-trending-repos)