This Python script utilizes the curl
command to make a GitHub API request for retrieving open issues labeled as "good first issue" from a specified repository.
Before using this script, ensure that you have the following:
- Python installed on your system
- The
curl
command-line tool installed - A GitHub Personal Access Token with the necessary permissions
-
Replace
[token]
in the script with your GitHub Personal Access Token. -
Run the script using the following command:
python3 find_good_first_issues.py