Using the matrix-sdk for Rust to develop a bot that provides the latest news about the Kusama community.
To implement this code for any Matrix user you own, follow these steps:
- Set the values of `bot_username` & `bot_password` for the matrix client in `configuration/base.yaml`
- Once you have made these changes, navigate to the src directory and run
cargo run
.
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.