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.
Up to know the Bot is stateless. The link between a webhook and a chat is encoded in the webhook link itself.
/webhook
generates a webhook url for the chosen provider that will forward messages to the current chatThe 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.
npm install
npm run build