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.
- Host: GitHub
- URL: https://github.com/blakewilliams/justbot
- Owner: BlakeWilliams
- License: mit
- Created: 2015-07-19T17:18:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T17:18:45.000Z (about 11 years ago)
- Last Synced: 2025-03-29T01:41:23.665Z (over 1 year ago)
- Language: Elixir
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```