GitXplorerGitXplorer
M

github_app_boilerplate

public
15 stars
21 forks
1 issues

Commits

List of commits on branch master.
Verified
e37f9291659f639f19c7733029981adba8c06961

Update README for RSA PrivKey Formatting (#2)

MMNThomson committed 3 years ago
Verified
fe9085aaf7255054d11c06b82242bdd6ea515a9e

Implement the installation webhook event handler.

MMariatta committed 3 years ago
Verified
f1be096a22fc09054bb2da629f84a311344f7b1b

Use Python 3.9.6

MMariatta committed 3 years ago
Verified
132534e7a3597e32b20edd1a7cf35d2169cae820

Initial commit, license, readme

MMariatta committed 4 years ago

README

The README file for this repository.

GitHub App Boilerplate

A starter webservice for building a GitHub App using gidgethub (v4.1.0+), aiohttp, and deployment to Heroku.

Heroku Setup

|Deploy|

.. |Deploy| image:: https://www.herokucdn.com/deploy/button.svg :target: https://heroku.com/deploy?template=https://github.com/mariatta/github_app_boilerplate

Add the following config vars in Heroku.

GH_SECRET: The secret key from your GitHub App

GH_APP_ID: The ID of your GitHub App

GH_PRIVATE_KEY: The private key of your GitHub App. It looks like:

::

-----BEGIN RSA PRIVATE KEY----- ...somereallylongtext... -----END RSA PRIVATE KEY-----