Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 737 Bytes

Matrix-llm-bot

Using the matrix-sdk for Rust to develop a bot that provides the latest news about the Kusama community.

Usage

To implement this code for any Matrix user you own, follow these steps:

  1. Set the values of `bot_username` & `bot_password` for the matrix client in `configuration/base.yaml`
  2. Once you have made these changes, navigate to the src directory and run cargo run.

Python Service

This bot only works among with the Python Service for Matrix LLM-Bot which instructions you'll find there. The service listens to the bot events.