A small tool I wrote to gather some statistics from GitHub.
You know, last day at work, before deleting all the access keys and leaving an organization.
The tool doesn't do much: just gets a list of repositories for the organization, gets the number of your commits to each repo and sums it up.
- First you need to create an api token
- Store it as an environment variable as
LAST_DAY_AT_WORK_OCTOKIT_OAUTHTOKEN
- Set you name and organization in the
organization
anduser
variables.