simple and asynchronous matrix appservice framework
Find a file
2020-12-02 15:04:12 +00:00
LICENSE Create LICENSE 2020-11-11 11:48:31 +00:00
main.py 80 character limit for Discord webhook username 2020-12-02 20:03:12 +05:30
README.md Update README.md 2020-12-02 15:04:12 +00:00
requirements.txt Add requirements.txt 2020-11-12 15:00:54 +00:00

matrix-discord-bridge

A simple bridge between Matrix and Discord written in Python.

Installation

pip install -r requirements.txt

Usage

  • Run main.py to generate config.json

  • Edit config.json

NOTE: Privileged Intents must be enabled for your Discord bot.

What Works

  • Sending messages
  • Discord webhooks (with avatars)
  • Attachments (Converted to URLs)
  • Typing status (Not very accurate)
  • Redacting messages
  • Editing messages (Partial, see this issue)
  • Replies