Skip to content

Axel-NCHO/GitHubIssueRetriever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issue Retriever

This program retrieves all the issues of a public git repository from GitHub.
This project is compatible with Python 3.10 or higher.

How to run it

  1. Clone the repository
    git clone https://github.com/Axel-NCHO/GitHubIssueRetriever.git
    
  2. Install required packages
    pip install -r requirements.txt
    
  3. Run the program
    python main.py
    

The issues are stored in a json file named issues_<repo_owner>_<repo_name>.json.

Rate limit

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.

About

A Python program to retrieve all the issues of a project from GitHub using GitHub API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages