gitshoes

Generates a CSV report on all open issues in a GitHub repository.


License
GPL-3.0
Install
pip install gitshoes==1.2.0

Documentation

Gitshoes

Generates a CSV report on all open issues in a GitHub repository. Gitshoes is written in Python 3 and uses Click to build a command line interface, and PyGitHub to interact with the GitHub API.

Install

pip install gitshoes

Usage

gitshoes -u <USERNAME> -r <REPOSITORY> -t <TOKEN>