hubot-slack-utils
v0.0.5
Published
A hubot script for miscellaneous Slack utilities.
Downloads
35
Readme
Hubot Slack Utilities
This script is designed to be used with a Hubot to interact with Slack.
Adding to Your Hubot
See full instructions here.
npm install hubot-slack-utils --save
(updates yourpackage.json
file)- Open the
external-scripts.json
file in the root directory (you may need to create this file) and add an entry to the array (e.g.[ 'hubot-slack-utils' ]
).
Commands
slack delete last [<count>]
- Delete the last (N) Hubot posts in the current room or group.
Suggested Setup
- The form fields presented there are, in order, the following Hubot environment variables:
HUBOT_SLACK_TOKEN
HUBOT_BOT_NAME
- Register the two values as environment variables when starting your bot (as usual with Hubot scripts) using
export
orheroku config:set
or whatever applies to your Hubot hosting environment.