Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 464 Bytes

File metadata and controls

6 lines (4 loc) · 464 Bytes

github-billing-report-parser

A simple script to parse a Github billing report as a CSV file and output a list of unique actions with their corresponding quantities, ordered from maximum to minimum.

You can get your billing CSV from Github - Settings > Switch to Organization > Billing > Get Report

Simply rename the report as 'input.csv' and run the script. You will get an ordered list of actions with their corresponding quantities in the 'output.csv' file.