/slack-pokerbot

Agile Scrum poker planning bot for Slack

Primary LanguagePythonApache License 2.0Apache-2.0

Slack Pokerbot for AWS Lambda

Pokerbot is a Slash Command for Slack. It's easily hosted on Amazon Web Services' Lambda.

Screenshot of Pokerbot in Slack

Configure Slack Slash Command

  1. Navigate to https://.slack.com/apps/manage/custom-integrations
  2. Click on "Slash Commands" and "Add Configuration"
  3. Set the Command to "/pokerbot"
  4. Set the URL to the path provided by AWS
  5. Set the Method to "POST"
  6. Set Custom Name to "pokerbot"
  7. Customize Icon if you wish
  8. Check "Show this command in the autocomplete list"
  9. Set Description to "Play Scrum planning poker"
  10. Set Usage Hint to "help [or deal, vote , tally, reveal]""
  11. Copy the Token

Configure

  1. Paste the Slack Token
  2. Set the path to your images
  3. Set the planning poker values you want to use (e.g. 0, 1, 2, 3, 5, 8, 13, 20, 40, 100)

AWS Lambda

Follow instructions from Amazon Web Services Lambda. Paste the app.py file into the web editor or upload as directed by AWS.

Play Poker Planning

  1. Type "/pokerbot deal" in a channel
  2. Everyone votes by typing "/pokerbot vote "
  3. Type "/pokerbot tally" in the channel to show the names of those who have voted
  4. Type "/pokerbot reveal" in the channel to reveal the voting results