0.1.4 • Published 10 years ago
slack-scrumbot v0.1.4
slack-scrumbot
A Slack bot that performs a scrum pre-standup checkin.
Installation
$ npm install slack-scrumbotUsage
Add a bot in Slack's Integrations panel. Copy the token.
Start bot
$ SCRUMBOT_TOKEN=your_slack_token npm startInvite the bot to a channel:
/invite botnameStart a checkin
Write a message to the bot listing the users to do a checkin with:
@botname: checkin @username1 @username2 @username3Or write a message to the channel to do a checkin with everyone:
@botname: checkin @channelStop bot
$ npm stopDevelopment
$ DEBUG=slack-scrumbot* SLACK_LOG_LEVEL=debug SCRUMBOT_TOKEN=your_slack_token npm run watch