slack-scrumbot

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i slack-scrumbot

Weekly Downloads

2

Version

0.1.4

License

MIT

Last publish

Collaborators

  • smhg