This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| START-OF-LOG: 3.0 | |
| CREATED-BY: tlf-1.5~git | |
| X-CREATED-ON: 01-Aug-22 at 09:43z | |
| CONTEST: IOTA | |
| CALLSIGN: M5NCW | |
| CATEGORY-ASSISTED: | |
| CATEGORY-BAND: | |
| CATEGORY-MODE: | |
| CATEGORY-OPERATOR: | |
| CATEGORY-POWER: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Report the monthly rate of issue and pull request creation for a GitHub | |
| repository over the last few years. | |
| This uses the GitHub search API (via the `gh` CLI, so it picks up your | |
| existing `gh auth login` credentials) to count how many issues and pull | |
| requests were *created* in each calendar month. It prints a digestible | |
| table with per-year subtotals and a simple text bar chart, and can | |
| optionally emit CSV. |
OlderNewer