A Matrix bot that provides a nice interface to remote-closedown.
See matrix-remote-closedown --help
.
Note that the bot user must already be a member of the rooms specified via the --room
flag.
E.g. via Podman:
podman run \
--rm -it \
-e RUST_LOG=debug \
ghcr.io/DanNixon/matrix-remote-closedown:latest \
--station-name 'mb7pmf' \
--mqtt-broker 'tcp://broker.hivemq.com' \
--status-topic 'mb7pmf' \
--command-topic 'mb7pmf/command' \
--matrix-username '@mb7pmf:matrix.org' \
--matrix-password 'super_secret' \
--room '!some_room:matrix.org' \
--room '!some_other_room:matrix.org'