A matrix spam bot that reacts to certain trigger words. See: https://matrix.org https://agent-smith.app
 
 
 
 
Go to file
Daniel Steinhauer 6fab355a75
Fixes #1
2021-05-31 02:49:27 +02:00
public Add matomo tracking. 2021-05-29 00:57:39 +02:00
src Fixes #1 2021-05-31 02:49:27 +02:00
.browserslistrc init 2020-07-19 23:13:10 +02:00
.editorconfig init 2020-07-19 23:13:10 +02:00
.eslintrc.js init 2020-07-19 23:13:10 +02:00
.gitignore init 2020-07-19 23:13:10 +02:00
LICENSE Add vuetify and license. 2020-07-19 23:26:34 +02:00
README.md Update README. 2020-08-01 17:39:36 +02:00
babel.config.js Add babel transpiler. 2020-07-31 01:56:09 +02:00
package-lock.json Remove vivus and do animation with pure CSS. 2021-05-18 01:35:09 +02:00
package.json Remove vivus and do animation with pure CSS. 2021-05-18 01:35:09 +02:00
vue.config.js Add vuetify and license. 2020-07-19 23:26:34 +02:00

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.