Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtrnord/mrsbfh
Matrix-Rust-SDK-Bot-Framework-Helper
https://github.com/mtrnord/mrsbfh
Last synced: 10 days ago
JSON representation
Matrix-Rust-SDK-Bot-Framework-Helper
- Host: GitHub
- URL: https://github.com/mtrnord/mrsbfh
- Owner: MTRNord
- Created: 2020-12-30T22:46:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:32:10.000Z (5 months ago)
- Last Synced: 2024-10-17T15:42:52.477Z (19 days ago)
- Language: Rust
- Size: 124 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MRSBFH - Matrix-Rust-SDK-Bot-Framework-Helper
[](https://github.com/MTRNord/mrsbfh)
[](https://crates.io/crates/mrsbfh)
[](https://docs.rs/mrsbfh)A toolkit for writing commandbots more efficient in rust for matrix.
## How to use
To use it you need to add mrsbfh just like any regular create:
```
mrsbfh = "0.4.1"
```After that there are the possible helpers available that are further described in the docs.
For a minimal example of the bot checkout the crate under the `example-bot` folder which is a minimal version of what is needed.