Matrix bot for kicking idle users
# Path to persist user activity timestamps in
state_path = "state.mdb"
# Homeserver to connect to
homeserver = "https://example.com/"
# The bot's username
username = "idlebot"
# The bot's password
password = "foo"
# Room aliases to join on startup
rooms = ["#alias:example.com"]
# Days of inactivity after which a user should be kicked
idle_days = 123
# Kick reason (optional)
reason = "inactive user"
# MXIDs that should never be kicked
blacklist = []