We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a script to gather GitHub API metrics for Malcolm downloads.
The text was updated successfully, but these errors were encountered:
The convenience script github-download-counts is now hosted on PyPi.
Installation:
python3 -m pip install -U github-download-counts
Usage (see readme).
Example:
$ github-download-counts -r idaholab/Malcolm cisagov/Malcolm -a '^\w+.+\.iso\.01$' '^malcolm_.*\.tar\.gz$' --release 'v24\.09\.0' --image '^malcolm/nginx-proxy$' --image-tag '^24\.09\.0' { "release_assets": { "idaholab/^\\w+.+\\.iso\\.01$": 106, "idaholab/^malcolm_.*\\.tar\\.gz$": 22, "cisagov/^\\w+.+\\.iso\\.01$": 68, "cisagov/^malcolm_.*\\.tar\\.gz$": 20, "total": 216 }, "image_pulls": { "idaholab/malcolm/nginx-proxy:24.09.0": 239, "idaholab/malcolm/nginx-proxy:24.09.0-arm64": 9, "total": 248 } }
Sorry, something went wrong.
mmguero
No branches or pull requests
Create a script to gather GitHub API metrics for Malcolm downloads.
The text was updated successfully, but these errors were encountered: