A CLI tool to list GitHub sponsors of a user/organization with a specified format.
Project description
list-sponsors
Summary
A CLI tool to list GitHub sponsors of a user/organization with a specified format.
Installation
pip install list-sponsors
Command help
usage: list-sponsors [-h] [-V] [--name GITHUB_LOGIN_NAME] [--token GITHUB_TOKEN] [--format {md,markdown,rst,restructuredtext,html}] [--avatar-size SIZE] [--debug | --quiet]
A CLI tool to list GitHub sponsors of a user/organization with specified format.
Require a GitHub personal access token either by
--token option or GITHUB_TOKEN environment variable.
optional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
--name GITHUB_LOGIN_NAME
login name of a GitHub user. if this option is not specified, use the login name of the GitHub personal access token.
--token GITHUB_TOKEN GitHub personal access token.
--format {md,markdown,rst,restructuredtext,html}
defaults to markdown.
--avatar-size SIZE avatar size will be SIZExSIZE defaults to 48.
--debug for debug print.
--quiet suppress execution log messages.
Issue tracker: https://github.com/thombashi/list-sponsors/issues
Usage
List your sponsors:
export GITHUB_TOKEN=<PAT>
list-sponsors
Output: raw markdown
[")](https://github.com/b4tman)
[")](https://github.com/chasbecker)
[](https://github.com/Arturi0)