Add Heroku support (#1)

* Create Procfile

* Create config.py

* Create runtime.txt

* Create app.json

* Add "Deploy to Heroku" button to README.md

Co-authored-by: Dash Eclipse <dashezup@disroot.org>
This commit is contained in:
Shrimadhav U K
2021-04-20 22:54:09 +05:30
committed by Dash Eclipse
parent d3dc14977b
commit bdfc0135eb
5 changed files with 28 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "GitHub Webhook to Telegram",
"description": "Receive GitHub webhook events and send to Telegram chats with AIOHTTP through Telegram Bot API",
"repository": "https://github.com/dashezup/github-webhook-to-telegram",
"keywords": [
"github",
"webhooks",
"telegram",
"aiohttp",
"python",
"telegram-bot",
"telegram-bot-api"
],
"env": {
"HOOK_CONFIG": {
"description": "configuration in JSON format, check README and config_sample.json",
"required": true
}
}
}