Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created November 30, 2022 16:28
Show Gist options
  • Save creaktive/25b238184795f0f05f23810a7406fb0f to your computer and use it in GitHub Desktop.
Save creaktive/25b238184795f0f05f23810a7406fb0f to your computer and use it in GitHub Desktop.
Aggregated GitHub traffic stats
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