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.
- Host: GitHub
- URL: https://github.com/remi/rubberbot
- Owner: remi
- License: mit
- Created: 2017-04-21T18:01:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T18:32:24.000Z (about 9 years ago)
- Last Synced: 2025-12-13T07:06:13.021Z (7 months ago)
- Topics: debugging, elixir, slack, slack-bot
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```