Integrate all messengers
BRIDGE : ID pairs of channels. See 'How to use' > 'BRIDGE' paragraph for detail.FACEBOOK_APPSTATEFACEBOOK_EMAILFACEBOOK_PASSWORDTELEGRAM_BOT_TOKEN# Install requirements
yarn
# Run lint
yarn lint
# Run unit tests
yarn test
yarn start-dev
# Run using native nodejs
yarn build
yarn start
# Run using docker
docker build -t <name> .
docker run <name>
BRIDGEYou need to give two Channel ID, separated by two colons(::). Messages from the first channel would be delivered to second one.
Channel ID contains two characters which is unique for each messenger, and ID of chatroom channel issued by each messenger services.
FB : Facebook MessengerTL : TelegramHere is some examples.
FB12345678::TL-87654321 : Integrate messages from Facebook messenger thread 12345678 to Telegram group chat -87654321.You can create more than one bridges by giving multiple Channel IDs, separated by comma(,).
Content type
Image
Digest
Size
299.6 MB
Last updated
over 8 years ago
docker pull hellodhlyn/messenger-bridge