Update README.md
This commit is contained in:
parent
b1e7ca3c74
commit
fed3d57c8f
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1 +1,18 @@
|
||||||
# matrix-discord-bridge
|
# matrix-discord-bridge
|
||||||
|
|
||||||
|
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
|
||||||
|
- [x] Discord webhooks
|
||||||
|
|
Loading…
Reference in a new issue