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

https://github.com/blakewilliams/justbot

A Slack bot that asks the most important questions.
https://github.com/blakewilliams/justbot

Last synced: over 1 year ago
JSON representation

A Slack bot that asks the most important questions.

Awesome Lists containing this project

README

          

# JustBot

A slackbot that makes sure you really can "just" do something. Whenever anyone
says "just" in a sentence, JustBot asks to make sure you can really "just" do
it.

## Running JustBot

Just set your Slack token as an environment variable named `SLACK_TOKEN` and
then run `mix run --no-halt`.

```
$ SLACK_TOKEN=abc-123 mix run --no-halt
```