README.md

github-release-stats

This repo contains a script used to get statistics from a github release.

Currently the statistics are number of issues in a release, average number of days to release an issue, maximun number of days to release an issue, minimum number of days to release an issue, average number of days to release an issue over the last 5 releases.

Run the script

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install pygithub
(.venv) $ python get_release_stats.py

If you hit the github api limit rate, you can use a personal access token in the script.