Skip to content

mcauley-penney/OSL-repo-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSL Repo Extractor

DOI DOI

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.

Requirements

This project uses Poetry to manage its dependencies. To get started,

  1. install the correct version of Python, listed in pyproject.toml. Try pyenv!
  2. install Poetry
  3. run poetry install to install dependencies
  4. run poetry run python main.py <input_file> to run the program (see docs for input information)

Contributing

  • 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.