A Python script that can be used to pull PR metrics from GitHub (how many PRs users have opened and reviewed) and outputs it to csvs
- Clone repo locally
- Ensure you have latests version of python installed
- Make the github_metrics_script.py file executable (
chmod +x github_metrics_script.pyfor those of you using Linux or Unix) - Go to the file location and run
python github_metrics_script.py - Look in the directory you ran the script in and you should see csvs!
- Have any issues? Contact me. This is a scratch script in progress and I'm sure a lot of other people have written similar scripts with cleaner Python.