Bot to help with room moderation
- Matrix olm
- Go
- Copy and modify env file
cp scripts/env.bash.example scripts/env.bash
- Start the bot
scripts/run.bash
- Invite to any room and give permission to send, redact messages and kick users
[Unit]
Description=Maid (Matrix Bot)
After=syslog.target
After=network.target
[Service]
RestartSec=2s
Type=simple
User=username
Group=username
WorkingDirectory=/path/to/repo/maid/
ExecStart=/path/to/repo/maid/scripts/run.bash
Restart=always
[Install]
WantedBy=multi-user.target