A Matrix bot that warns about scams posted in public rooms. Inspired by jjj333-p/spam-police on GitHub
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
archeite 8ac8d198bb
refactor: Rename interfaces --> modules
3 weeks ago
commands refactor: Rename interfaces --> modules 3 weeks ago
configuration init: Add keywords.json 3 weeks ago
examples refactor: Move configuration location to configuration/ 3 weeks ago
modules refactor: Rename interfaces --> modules 3 weeks ago
postinstall rename: example -> examples; Move matrix-sdk-crypto into postinstall/ 2 months ago
.gitignore refactor: Move configuration location to configuration/ 3 weeks ago
LICENSE license: Change license from GPLv3 to AGPLv3 2 months ago
README.md docs: Add bun template 2 months ago
bun.lockb feat: Add configuration to change the prefix 4 weeks ago
index.ts refactor: Move configuration location to configuration/ 3 weeks ago
package.json feat: Add configuration to change the prefix 4 weeks ago
tsconfig.json feat: Migrate "hello" command to a file (yay) 4 weeks ago

README.md

Scam Police

A Matrix bot that warns about scams posted in public rooms.

Setup

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v0.5.9. Bun is a fast all-in-one JavaScript runtime.

License

Licensed under the AGPLv3 license.