A tool that check whether if contributor changed his name
- 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 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