Ever wanted to keep track of your repositories the easiest way possible? This tool bridges GitHub's webhook notifications to a Telegram-Bot.
- Productivity: Add to group chats to let small teams keep track of their work
- Lightweight: Only a single file, runs on cheap hosting plans
- Privacy: Does not store any data. At all.
- 🔗 Go to t.me/hellogithub_bot
- 🤖 Start Bot and copy webhook url
- 📋 Add webhook url to your repository
- ✅ Get notified!
- Create a new bot with @BotFather
- Upload
bot.php
to your webspace - Add a
config.php
containing your Bot-Token. Do not publish that Token! - Tell Telegram to use your Bot by calling
bot.php?webhook&token=<yourbottoken>
- 🤖 Start your Bot and copy webhook url
- 📋 Add webhook url to your repository
- ✅ Get notified!
Hellogithub_bot currently supports the following types of HTTP_X_GITHUB_EVENT
push
ping
issues
member
deploy_key
pull_request
delete
create
public
release
star
fork
workflow_run