matrix-bot-invitation-mailer/README.md
Finn Christiansen 99c2c62831
Some checks failed
ci / docker (push) Failing after 37s
Python formatting PEP8 / Python-PEP8 (push) Failing after 17s
🎉 First commit!
2024-06-26 19:52:11 +02:00

15 lines
406 B
Markdown

# Matrix Bot for sending homeserver invitation link via e-mail
A early stage and simlpe Matrix bot which I use in addition to [matrix-registration](https://github.com/ZerataX/matrix-registration).
The bot calls the Api and sends the invitation link via e-mail to a given receipient.
## Usage
Use container image or run this after cloning:
```
. bin/active
python -m matrix_bot_invitation_mailer
```