An open API service indexing awesome lists of open source software.

https://github.com/izeau/slack-boom

A Slack bot to auto-kick an user when one of their messages has reached a threshold of negative reactions
https://github.com/izeau/slack-boom

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# :boom: slack-boom

[![npm version](https://img.shields.io/npm/v/slack-boom.svg)](https://www.npmjs.org/packages/slack-boom) [![Dependency Status](https://img.shields.io/david/izeau/slack-boom.svg)](https://david-dm.org/izeau/slack-boom)

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

0. [Create a bot](https://my.slack.com/services/new/bot) or [generate a full-access token](https://api.slack.com/web#authentication)
0. Install globally with `npm install --global slack-boom`
0. Run `slack-boom `, e.g. `slack-boom 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](https://api.slack.com/web#authentication).

## 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](https://github.com/hildjj/node-slack-client).