Created
November 30, 2022 16:28
-
-
Save creaktive/25b238184795f0f05f23810a7406fb0f to your computer and use it in GitHub Desktop.
Aggregated GitHub traffic stats
This file contains 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
gh repo list --limit 999 --no-archived --visibility public --json nameWithOwner --jq '.[] | .nameWithOwner' |\ | |
PAGER= xargs -I% gh api repos/%/traffic/views --jq 'select(.count != 0) | [.count, .uniques, "https://github.com/%"] | join("\t")' |\ | |
sort -nrk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment