A matrix spam bot that reacts to certain trigger words.
See: https://matrix.org
https://agent-smith.app
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
.browserslistrc | 3 years ago | |
.editorconfig | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
vue.config.js | 3 years ago |
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