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.
 
 
 
 
Daniel Steinhauer 6fab355a75
Fixes #1
2 years ago
public Add matomo tracking. 2 years ago
src Fixes #1 2 years ago
.browserslistrc init 3 years ago
.editorconfig init 3 years ago
.eslintrc.js init 3 years ago
.gitignore init 3 years ago
LICENSE Add vuetify and license. 3 years ago
README.md Update README. 3 years ago
babel.config.js Add babel transpiler. 3 years ago
package-lock.json Remove vivus and do animation with pure CSS. 2 years ago
package.json Remove vivus and do animation with pure CSS. 2 years ago
vue.config.js Add vuetify and license. 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

Customize configuration

See Configuration Reference.