Download Counters Script
Purpose
This script retrieves the download counts of a list of Creedengo repositories from the GitHub API.
Setup
-
Install
jqif it isn’t available on your machine yet.
Check `jq’s official download page to find the solution most appropriate to your case. -
Obtain a GitHub personal access token with the
repoorpublic_repopermission:-
Click on Generate new token.
-
Give your token a descriptive name.
-
Select the
repo / public_reposcope to grant the necessary permissions. -
Click Generate token.
-
Copy the generated token and save it securely.