/pygithub-playground

A playground, demonstrating how to use PyGithub with GitHub Apps.

Primary LanguagePythonISC LicenseISC

pygithub-playground

About

A playground, demonstrating how to use PyGithub with GitHub Apps.

Setup

Install dependencies

On macOS:

brew bundle

⚠️ If this is the first time using direnv, be sure to hook direnv into your shell.

Setup environment

Create a .envrc file from the example provided and follow the included directions to populate the required environment variables.

# populate .envrc
cp .envrc.example .envrc

Run the demo

pipenv run python demo.py