2020-11-11 16:46:15 +01:00
|
|
|
# matrix-discord-bridge
|
2020-11-12 15:59:10 +01:00
|
|
|
|
|
|
|
A simple Matrix-Discord bridge written in Python.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
`pip install -r requirements.txt`
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
* Run `main.py` to generate `config.json`
|
|
|
|
|
|
|
|
* Edit `config.json`
|
|
|
|
|
|
|
|
## What Works
|
|
|
|
|
|
|
|
- [x] Sending messages
|
2020-11-13 11:08:28 +01:00
|
|
|
- [x] Discord webhooks (with avatars)
|