slack-boom
v1.0.1
Published
A Slack bot to auto-kick an user when one of their messages has reached a threshold of negative reactions
Downloads
1
Readme
:boom: slack-boom
A Slack bot to auto-kick an user when one of their messages has reached a threshold of negative reactions
- Create a bot or generate a full-access token
- Install globally with
npm install --global slack-boom
- Run
slack-boom <token> <treshold> <reaction>
, e.g.slack-boom <token> 3 boom
will kick users receiving 3 'boom' (:boom:) reactions to one of their messages
NOTE: to get the auto-kick feature actually working, you have to give in a full-access token instead of a bot token, which you'll get here.
License
slack-boom is distributed under the MIT license and bundles the MIT-licensed node-slack-client library by Slack Technologies, Inc, with modifications from Joe Hildebrand.