A matrix bot.
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| migrations/01-config | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
| rustfmt.toml | ||
meepers-matrix
A WIP matrix bot using the matrix-rust-sdk.
For now, I am trying to port some of the features of my notpron-discord-bot to matrix. I am also using this as an opportunity to learn Rust, so don't necessarily expect reasonable code.
Setup
The only parameters are the environment variables BOT_USER_ID, BOT_PASSWORD and DB_DIR.
Example usage:
BOT_USER_ID="@meepers:enigmatics.org" BOT_PASSWORD="<password>" DB_DIR="data" cargo run
Dev
Before committing changes, run cargo fmt.