slack-scrumbot

A Slack bot that performs a pre-standup checkin.

Usage no npm install needed!

<script type="module">
  import slackScrumbot from 'https://cdn.skypack.dev/slack-scrumbot';
</script>

README

slack-scrumbot

A Slack bot that performs a scrum pre-standup checkin.

Installation

$ npm install slack-scrumbot

Usage

Add a bot in Slack's Integrations panel. Copy the token.

Start bot

$ SCRUMBOT_TOKEN=your_slack_token npm start

Invite the bot to a channel:

/invite botname

Start a checkin

Write a message to the bot listing the users to do a checkin with:

@botname: checkin @username1 @username2 @username3

Or write a message to the channel to do a checkin with everyone:

@botname: checkin @channel

Stop bot

$ npm stop

Development

$ DEBUG=slack-scrumbot* SLACK_LOG_LEVEL=debug SCRUMBOT_TOKEN=your_slack_token npm run watch