Skip to content

batcity/find-good-first-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

find-good-first-issues

Python Script to find good first issues

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.

Prerequisites

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

Usage

  1. Replace [token] in the script with your GitHub Personal Access Token.

  2. Run the script using the following command:

    python3 find_good_first_issues.py

About

CLI tool to find good first issues in open source repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages