1.0.1 • Published 9 years ago

slack-boom v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

:boom: slack-boom

npm version Dependency Status

A Slack bot to auto-kick an user when one of their messages has reached a threshold of negative reactions

  1. Create a bot or generate a full-access token
  2. Install globally with npm install --global slack-boom
  3. 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.