An open API service indexing awesome lists of open source software.

https://github.com/remi/rubberbot

Rubberbot is a Slack bot that helps you debug problems by acknowledging your messages.
https://github.com/remi/rubberbot

debugging elixir slack slack-bot

Last synced: about 1 month ago
JSON representation

Rubberbot is a Slack bot that helps you debug problems by acknowledging your messages.

Awesome Lists containing this project

README

          

# Rubberbot

Rubberbot is a bot that helps you debug problems by acknowledging your messages.

## Installation

```bash
$ git clone git@github.com:remiprev/rubberbot.git
```

## Environment variables
Rubberbot expects a few environment variables when it starts.

```bash
# Slack API token linked to the bot
SLACK_API_TOKEN=foo
```

## Usage

```bash
$ mix run --no-halt
```