Skip to content

Matterbridge

Instructions to add Bridges to Matter Bridge

For context I have the bridge running on a VPS I have running on Vultr

  • Add Telegram Bot to Telegram Channel
    • Get Channel ID from bot using /chatId
  • Add Discord Bot to Discord Guild
    • Get the name of the discord channel
  • Modify matterbridge.toml on Server
    • Add Discord Guild to list of providers
    • Add Bridge List to toml file using Telegram chatID and Discord Channel Name
  • Restart matterbridge process

Instructions

  • Install Go

go install -tags whatsappmulti github.com/42wim/matterbridge@master
go install -tags nomsteams,whatsappmulti github.com/42wim/matterbridge@master

Source