Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 726 Bytes

File metadata and controls

27 lines (19 loc) · 726 Bytes

GithubContributorChecker

A tool that checks the contributors of given repositories

Requirements

  • You should set the GitHub token by the -token flag. See Github API for detail.

Features

  • 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

QuickStart

go mod init
go mod tidy
go run .

Examples

  1. Check contributors of ethereum/go-ethereum repository, running go run . --repos=ethereum/go-ethereum