AI-based chat bot running on the Matrix protocol
- Clone this repository
git clone https://github.com/Hukasx0/matrix-companion-bot cd matrix-companion-bot/
docker-compose up
- Open project file with Jupyter
jupyter notebook
- Go to http://localhost:8888, "matrix_companion_bot.ipynb" file
- Replace values
- "MATRIX_HOMESERVER" - with bot account homeserver (default is https://matrix-client.matrix.org)
- "BOT_ACCOUNT_LOGIN" - login to bot account
- "BOT_ACCOUNT_PASSWORD" - password to bot account
- Save the document with CTRL+S
- Run all cells, use keyboard shortcut for that - CTRL+A and then SHIFT+ENTER
- clone this repository
git clone https://github.com/Hukasx0/matrix-companion-bot cd matrix-companion-bot/
- install libolm for E2E encryption
- open project file with Jupyter
jupyter notebook
- go to "matrix_companion_bot.ipynb" file
- replace values
- "MATRIX_HOMESERVER" - with bot account homeserver (default is https://matrix-client.matrix.org)
- "BOT_ACCOUNT_LOGIN" - login to bot account
- "BOT_ACCOUNT_PASSWORD" - password to bot account
- save the document with CTRL+S
- run all cells, use keyboard shortcut for that - CTRL+A and then SHIFT+ENTER