帮你收集 (视奸) 你 follow 的所有用户最近都贡献了哪些仓库。
Help you to see what repositories people you follow have recently contributed to.
GitHub personal access token is required:
- Apply it here.
- The read permission of followers is needed. Permissions -> Followers -> Access: Read-only -> Generate token.
Once you get the personal access token:
GITHUB_TOKEN=replace_me python3 main.py
Host the website:
python3 -m http.server # then open http://localhost:8000
You can filter events that you are interested in.
(In repository page)
- Settings -> Secrets and variables -> Actions -> Repository secrets -> set
GH_TOKEN
to the personal access token above. - Settings -> Actions -> General -> Workflow permissions -> Read and write permissions.
- Actions -> Build and Deploy to GitHub Pages -> Run workflow.
- Settings -> GitHub Pages -> Source:
gh-pages
branch.
MIT