一个每日更新的 GitHub 热门项目展示站。
cd web
python3 -m http.server 8787打开:
http://localhost:8787/
web/scripts/update_web_data.py --record-history脚本会更新:
web/data/latest.jsonweb/data/dates.jsonweb/data/archive/YYYY-MM-DD.json
本仓库包含 GitHub Actions 工作流,会把 web/ 作为静态站点发布到 GitHub Pages。
公网地址:
https://aaa2531349.github.io/github-hot-projects/
GitHub Pages 的 Source 使用 GitHub Actions。