Skip to main content

GitHubIssueExtractor

Project description

GitHub Issue Extractor

GitHub Issue Extractor is a Python utility that helps you extract issues from a specific GitHub repository and milestone. This tool utilizes the GitHub API and requires an access token for authentication.

Features

  • Extract issues from a specific GitHub repository
  • Filter issues by milestone number
  • Requires a GitHub access token for authentication

Prerequisites

  • Python 3.x
  • requests library

Installation

  1. Clone the repository: git clone https://github.com/ssinha2103/github-issues_to_excel
  2. Install the required dependencies: pip install -r requirements.txt

Usage

To use the GitHub Issue Extractor, simply import the class and create an instance with the required parameters:

from github_issue_extractor import GitHubIssueExtractor

milestone_number = 1
access_token = "your_access_token_here"
repo_name = "repository_name"
owner = "repository_owner"

extractor = GitHubIssueExtractor(milestone_number, access_token, repo_name, owner)
extractor.run()

Replace the values of milestone_number, access_token, repo_name, and owner with your desired settings.

Parameters

  1. milestone_number: The milestone number you want to filter issues by.
  2. access_token: Your GitHub personal access token for authentication. Follow these instructions to create a personal access token.
  3. repo_name: The name of the repository from which you want to extract issues.
  4. owner: The username of the repository owner.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github_issue_extractor-0.1.2.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

github_issue_extractor-0.1.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file github_issue_extractor-0.1.2.tar.gz.

File metadata

  • Download URL: github_issue_extractor-0.1.2.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for github_issue_extractor-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a4ae2a11d84ed14eb0c84b0ed47feb87e5a9ef5c2c332c808953422f94abe0c3
MD5 f5d47c25dc6036e713affb7fec9dc861
BLAKE2b-256 0d6196e27d60b96f4dcd8d486df6f5b0d0d6b9efb7d8e9d9caa5d92f49dd0946

See more details on using hashes here.

File details

Details for the file github_issue_extractor-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for github_issue_extractor-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f6275bddd2b56807669d0cd673e3d7ea5ad3445b09649f7b0ebb042691ae3261
MD5 aeb986bf6aa5872b1ed6d07ba3f7bcad
BLAKE2b-256 10c8ec76ccf84ef1cbd49077cc264edc1914a3c13a5507a04adf9cfa57e2f733

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page