Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rojvv/ghb

Public Telegram-GitHub Notification Webhook
https://github.com/rojvv/ghb

github telegram webhook

Last synced: 6 days ago
JSON representation

Public Telegram-GitHub Notification Webhook

Awesome Lists containing this project

README

        

# Public GitHub-Telegram Notification Webhook

## Installation

- Create a bot by contacting [@BotFather](https://t.me/BotFather).
- Create a new channel or group.
- Add the bot you created.
- Open the settings of a repository.
- Go to the Webhooks tab.
- Click Add webhook.
- Set the Payload URL to

```text
https://ghb.deno.dev/?token=your_bot_token&chatId=your_chat_id
```

- Set the Content type to `application/json`.
- Choose Send me everything.
- Click Add webhook.