The GitHub Repo Extractor provides an expedient way to gather issue and PR data from GitHub repositories using the GitHub REST API. See this repo's documentation for more information.
This project uses Poetry to manage its dependencies. To get started,
- install the correct version of Python, listed in
pyproject.toml
. Try pyenv! - install Poetry
- run
poetry install
to install dependencies - run
poetry run python main.py <input_file>
to run the program (see docs for input information)
- Abide by the "Conventional Commits" specification for all commits.
- Using default settings for each, format and lint all Python contributions with black and pylint respectively.