Or you can set the access token by passing github-compare argument
--token
Execute
# set access token through the flag --token
# github-compare zeromicro/go-zero --token ${accessToken}
# or export access token to environment (recommended)
$ export GITHUB_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}
$ github-compare zeromicro/go-zero
Note
A GitHub personal access token is required.
github-compare accepts 1 to 4 repositories data queries.
If you prefer to export the access token to environment, you must use
environment key GITHUB_ACCESS_TOKEN
Last
If this repository can help you, give a star please!