https://github.com/mariatta/gh_app_starter
A starter webservice for building a GitHub App
https://github.com/mariatta/gh_app_starter
Last synced: about 2 months ago
JSON representation
A starter webservice for building a GitHub App
- Host: GitHub
- URL: https://github.com/mariatta/gh_app_starter
- Owner: Mariatta
- License: apache-2.0
- Created: 2019-11-10T03:19:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T01:42:01.000Z (over 5 years ago)
- Last Synced: 2025-03-24T09:47:06.505Z (2 months ago)
- Language: Python
- Homepage: https://say-it-with-bots-gh-universe.readthedocs.io/en/latest/
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
gh_app_starter
--------------A starter webservice for building a GitHub App using gidgethub, 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/gh_app_starterAdd 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-----
```