Documentation

To interact with the bot you must add it to the channel you want it to track.

All interaction is done via slash commands. All of the available commands are described in the sections below

Status

This command lets you fetch current status of the tracking on this channel

Run /mrt-bot status

Activate Tracking

Enabled tracking on the current channel. Don't forget to add recipients, otherwise this is pointless.

You must provide integer as a rate per minute value. As soon as the rate of messages exceeds this value all assigned recipients will be notified.

Run /mrt-bot on [rate-per-minute]

Bot evaluates each channel every 30 seconds. So there should be a maximum delay of 30 seconds between the time the rate threshold is breached and the notification.

To stop tracking execute /mrt-bot off

Recipients

Two simple commands for adding and removing recipients. They must be executed within a tracked channel.

Both accept a recipient parameter, which can be either a @user or channel_id

Run /mrt-bot add [recipient]
Run /mrt-bot remove [recipient]