Skip to content

liuly0322/github-follow-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-follow-contributions

帮你收集 (视奸) 你 follow 的所有用户最近都贡献了哪些仓库。

Help you to see what repositories people you follow have recently contributed to.

Setup

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

Local Preview

Host the website:

python3 -m http.server # then open http://localhost:8000

You can filter events that you are interested in.

preview

GitHub Pages

(In repository page)

  1. Settings -> Secrets and variables -> Actions -> Repository secrets -> set GH_TOKEN to the personal access token above.
  2. Settings -> Actions -> General -> Workflow permissions -> Read and write permissions.
  3. Actions -> Build and Deploy to GitHub Pages -> Run workflow.
  4. Settings -> GitHub Pages -> Source: gh-pages branch.

License

MIT

About

Track and analyze the recent contributions of GitHub users you follow.

Resources

License

Stars

Watchers

Forks