Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sgratzl/developer_webhook_bot

Telegram Bot Experiment for forwarding Webhooks
https://github.com/sgratzl/developer_webhook_bot

github-webhook github-webhooks telegraf telegram telegram-bot webhook

Last synced: 26 days ago
JSON representation

Telegram Bot Experiment for forwarding Webhooks

Awesome Lists containing this project

README

        

# Developer Webhook Telegram Bot
[![Github Actions][github-actions-image]][github-actions-url]

[Developer Webhook Bot](https://t.me/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
* `/webhook` generates a webhook url for the chosen provider that will forward messages to the current chat

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

```sh
npm install
npm run build
```

[github-actions-image]: https://github.com/sgratzl/developer_webhook_bot/workflows/nodeci/badge.svg
[github-actions-url]: https://github.com/sgratzl/developer_webhook_bot/actions