Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaoxuu/ghapi-json-generator
一个通过定时缓存 GitHub API 数据并提供加速访问的工具,解决了直接调用 GitHub API 频率有限制以及速度过慢的问题。
https://github.com/xaoxuu/ghapi-json-generator
github-api
Last synced: 29 days ago
JSON representation
一个通过定时缓存 GitHub API 数据并提供加速访问的工具,解决了直接调用 GitHub API 频率有限制以及速度过慢的问题。
- Host: GitHub
- URL: https://github.com/xaoxuu/ghapi-json-generator
- Owner: xaoxuu
- License: mit
- Created: 2021-03-15T15:45:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:08:01.000Z (7 months ago)
- Last Synced: 2024-04-14T00:27:31.331Z (7 months ago)
- Topics: github-api
- Language: Python
- Homepage: https://github-api-bice.vercel.app
- Size: 115 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-api
一个通过定时缓存 GitHub API 数据的工具,解决了直接调用 GitHub API 频率有限制以及速度过慢的问题。
## 使用方法
1. 把本仓库 fork 到您的 GitHub 中。
2. 修改 `config.yml` 中的配置信息。
3. 前往 Actions 页面,点击绿色的「enable workflows」按钮。
4. 刷新 Actions 页面,点击左侧「Generator」选项卡,再点击右侧的「enable workflow」按钮。
4. 点击 Star 以主动触发 Action 进行测试。等待 Action 运行完毕,生成 output 路径以及文件就说明配置成功了。