This program retrieves all the issues of a public git repository from GitHub.
This project is compatible with Python 3.10 or higher.
- Clone the repository
git clone https://github.com/Axel-NCHO/GitHubIssueRetriever.git
- Install required packages
pip install -r requirements.txt
- Run the program
python main.py
The issues are stored in a json file named issues_<repo_owner>_<repo_name>.json.
The GiHub API uses rate limits to avoid DOS attacks. This program can only retrieve issues for
public repositories as it doesn't use an API key. Therefore, it's limited to 60 requests per hour.