Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

curl: The script uses curl to make HTTP requests. To install on Ubuntu: sudo apt-get install curl

jq: The script uses jq for parsing JSON responses from the GitHub API. To install on Ubuntu: sudo apt-get install jq

GitHub Account: You need a GitHub account with a personal access token. Replace the placeholder values for USERNAME and TOKEN with your actual GitHub username and personal access token. Ensure that the token has sufficient permissions for reading repository collaborators.