https://github.com/mariatta/github_app_boilerplate
A boilerplate for a GitHubb App webservice using gidgethub (> 4.1.0), aiohttp, and Heroku
https://github.com/mariatta/github_app_boilerplate
Last synced: 2 months ago
JSON representation
A boilerplate for a GitHubb App webservice using gidgethub (> 4.1.0), aiohttp, and Heroku
- Host: GitHub
- URL: https://github.com/mariatta/github_app_boilerplate
- Owner: Mariatta
- License: apache-2.0
- Created: 2020-04-19T18:38:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T21:13:33.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:47:06.328Z (3 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 15
- Watchers: 2
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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_boilerplateAdd 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-----