See the recent pull requests and comments from your team.
Getting started:
export GITHUB_TOKEN=
export GITHUB_ORGANIZATION=
pip3 install requests
python3 github_report.py
yarn install
yarn start
Your GitHub token needs read:org, read:user, repo
permissions.
View some example reports for these organizations on the interwebs:
The reports are built weekly using YAWN. You can view the build status in the demo YAWN instance.
The kubernetes report looks like this, for example:
To use standalone:
export PUBLIC_URL=/$GITHUB_ORGANIZATION
yarn build
mv build/ $GITHUB_ORGANIZATION
python3 -m http.server 8000