A matrix spam bot that reacts to certain trigger words.
See: https://matrix.org
https://agent-smith.app
|
||
---|---|---|
public | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
vue.config.js |
README.md
agent-smith
Agent Smith is a Matrix reaction bot that runs solely in the browser.
It listens for user selected trigger words and can react either with an emoji or a text message.
See https://agent-smith.app
Currently only unencrypted rooms are supported.
Project setup
If you want to hack it start with:
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Compiles and minifies for more recent browsers
npm run build-modern
Lints and fixes files
npm run lint