Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 717 Bytes

File metadata and controls

29 lines (20 loc) · 717 Bytes

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