- Notifications
You must be signed in to change notification settings - Fork0
🌉 Telegram Bot-to-Bot communication bridge
License
Morb0/tgbridge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Telegram Bot-to-Bot communication bridge.
User-bot resend message received from trusted peer to peer specified in message text payload.
- Bot A send message to Bridge with next message
|botB|Lorem Ipsum
. - Bridge receive message and extract
botB
login then remove it from message text and sendbotB
messageLorem Ipsum
. - Bot B receive message from Bridge
Lorem Ipsum
.
This makes more sense for forwarding files, since each user has a unique ID for uploaded files.
Deploy ready container available onDockerHub.
|myBot|/start
. But do not forget to add the ID of yourself and the bot in theALLOWED_PEER_IDS
variable.
Also, make a username for your user-bot, as bots can only write to you if you have it setup.
About
🌉 Telegram Bot-to-Bot communication bridge