Categorygithub.com/levisyin/GithubContributorChecker
modulepackage
0.0.0-20241230035030-8539da8ec50b
Repository: https://github.com/levisyin/githubcontributorchecker.git
Documentation: pkg.go.dev

# README

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