bdfc0135eb
* 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>
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|