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
- Host: GitHub
- URL: https://github.com/izeau/slack-boom
- Owner: izeau
- License: mit
- Created: 2015-08-15T13:58:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T16:54:58.000Z (almost 11 years ago)
- Last Synced: 2025-06-13T03:47:51.799Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# :boom: slack-boom
[](https://www.npmjs.org/packages/slack-boom) [](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).