Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 23 days 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 [email protected]: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
```