Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.32 KB

Arriba! - A Slack bot for asynchronous stand-ups

Docker Pulls Go Report Card

Arriba! (Up! in Spanish) keeps track of your stand-up messages in Slack. Here's an example:

Stand-up example with Arriba

Using Arriba

1. Get a Slack bot token

Go to https://<yourteam>.slack.com/services/new/bot

New bot

Click on Add Bot Integration

Bot token

The bot token is xoxb-12803307735-NIlz3RAH1kBf0ir47oYhGejr in the example above.

2. Run Arriba

You have two options

  1. Compile it yourself (you will need an installation of Go):

    go get github.com/2opremio/arriba
    arriba xoxb-12803307735-NIlz3RAH1kBf0ir47oYhGejr
  2. Use Docker:

    docker run 2opremio/arriba xoxb-12803307735-NIlz3RAH1kBf0ir47oYhGejr

3. Talk to him!

Arriba should now be connected to your Slack team. Just invite him to the Slack channel(s) where you want to carry out standups and talk to him as in the example above.