Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
matrix
: Communication with matrix.org server¶
The primary use case is sending notification messages.
Follow the following steps to successfully deploy a messaging bot on your lino site:
Create a user (which will work as a chat-bot) on https://account.matrix.org.
Create a <SITE.site_dir>/secrets/matrix_credentials.txt file with the content:
user_id user_password
Add plugin “lino_xl.lib.matrix” to your site from SITE.get_installed_plugins().
With the above setup and with having notify plugin installed, you will have notification messages enabled on you matrix.org client.