A tool that checks the contributors of given repositories
- You should set the GitHub token by the
-token
flag. See Github API for detail.
- Support scanning multiple GitHub repositories
- Support HTTP proxy settings
- Support scanning frequency control
- Support reading data from local cache
- Support exporting to file
- Support multiple condition filters
go mod init
go mod tidy
go run .
- Check contributors of
ethereum/go-ethereum
repository, runninggo run . --repos=ethereum/go-ethereum