sgratzl / developer_webhook_bot

Telegram Bot Experiment for forwarding Webhooks
https://developer-webhook-bot.now.sh
MIT License
5 stars 1 forks source link
github-webhook github-webhooks telegraf telegram telegram-bot webhook

Developer Webhook Telegram Bot

Github Actions

Developer Webhook Bot is a simple Telegram bot that will forward you Webhooks in your chats.

So far, the bot is mainly used to handle Github Webhook events.

Privacy

Up to know the Bot is stateless. The link between a webhook and a chat is encoded in the webhook link itself.

Commands

Github Webhooks

The Bot tries to handle as many useful webhook events as possible. To limit the number of events, just configure the webhook in Github to deliver only certain event types.

Building

npm install
npm run build