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 on DockerHub.
|myBot|/start
. But do not forget to add the ID of yourself and the bot in the ALLOWED_PEER_IDS
variable.
Also, make a username for your user-bot, as bots can only write to you if you have it setup.