Skip to content

Mariatta/github_app_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub App Boilerplate

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

Heroku Setup

Deploy

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-----

About

A boilerplate for a GitHubb App webservice using gidgethub (> 4.1.0), aiohttp, and Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages