Matrix bot to warn about scams posted in public rooms. Original bot by jjj333_p @ github
Go to file
2023-04-21 15:43:20 -04:00
config Tweak keywords to fit a missed scam 2023-04-20 18:12:23 -04:00
src Add logout command 2023-04-21 15:43:20 -04:00
.gitignore v0.2.0 2023-04-11 23:06:14 -04:00
Cargo.lock Add framework for SSO, *not finished* 2023-04-20 21:50:24 -04:00
Cargo.toml Add framework for SSO, *not finished* 2023-04-20 21:50:24 -04:00
README.md Add readme.md 2023-04-19 20:33:17 -04:00

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)