/gh-tools

Some tools to make managing my workflow on github easier.

Primary LanguagePythonApache License 2.0Apache-2.0

GH-Tools

Build Status

These are some of my tools that I use to manage my issues, PRs, etc, with GitHub. Using PyGithub as the basis.

Set up.

Set the following environment variables:

GHTOOL_TOKEN : your personal access token for GitHub. Create one if you need and export it. GHTOOL_ORG : the default org you want to use when looking at issues, etc. GHTOOL_USER : your username.

Install requirements

pip install -r requirements.txt

Tools

Issues.py

Runs in terminal and displays issues assigned to you, issues where you are mentioned, issues you created, and issues you subscribed to.