Matrix bot to warn about scams posted in public rooms. Original bot by jjj333_p @ github
config | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Scam Police
A rust bot for Matrix designed to call out scams
Build
cargo build --release
Run
On first run, you will need to login. To do this, run cargo run --release [MXID]
where MXID is the Matrix ID of the user the bot will run on. The only currently supported login flow is Password. (SSO planned)