summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 3a34442e2e16ed6f3a87ce36d7258d6dae78d3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Kalauerbot
==========

Manage the list of kalauer königs


Usage
====

```
# Mandatory environment variables
MATRIX_TOKEN="abcd"
MATRIX_ID="@user:matrix.org"

# Optional environment variables
MATRIX_SERVER="matrix.org"
KALAUER_DBPATH="/var/lib/kalauer.json"
KALAUER_WHITELIST="!channel1,!channel2"

# now run:
kalauerbot
```