This is a prototype/proof of concept to collect stat information on github.com/hashicorp/vault issues
- clone this repo
- run
make
Personal access token from here https://github.com/settings/tokens I think it just needs public_repo
, read:org
and notifications
$ export GITHUB_API_TOKEN=""
$ vaultstats stats
stats
is the only command right now