Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rojvv/ghb
- Owner: rojvv
- License: mit
- Created: 2022-06-29T14:17:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T10:43:00.000Z (29 days ago)
- Last Synced: 2024-10-25T10:07:45.043Z (12 days ago)
- Topics: github, telegram, webhook
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.