Matrix bot to warn about scams posted in public rooms. Original bot by jjj333_p @ github
Go to file
0xf8 f60d7f29bf
Don't include quote when judging replies
2023-04-23 12:21:41 -04:00
config Modify keywords to match 18+ scam 2023-04-22 22:03:07 -04:00
src Don't include quote when judging replies 2023-04-23 12:21:41 -04:00
.gitignore v0.2.0 2023-04-11 23:06:14 -04:00
Cargo.lock SSO is working now 2023-04-21 16:22:14 -04:00
Cargo.toml SSO is working now 2023-04-21 16:22:14 -04:00
README.md Add readme.md 2023-04-19 20:33:17 -04:00

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)