https://github.com/projectweekend/stupid-slack-bot
This is dumb
https://github.com/projectweekend/stupid-slack-bot
Last synced: over 1 year ago
JSON representation
This is dumb
- Host: GitHub
- URL: https://github.com/projectweekend/stupid-slack-bot
- Owner: projectweekend
- License: mit
- Created: 2015-12-12T14:38:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T16:42:54.000Z (over 10 years ago)
- Last Synced: 2025-02-01T19:29:46.780Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is dumb
## Pull it
```
docker pull projectweekend/stupid-slack-bot
```
## Configure it
Configuration is saved in a JSON file and passed to the bot via a command line arg:
```
{
"token": "your-slack-token",
"channel": "id-for-slack-channel",
"responses": [
"This channel sucks",
"Get out",
"You get the idea"
]
}
```
## Launch it
```
docker run -v /path/to/config.json:/src/config.json projectweekend/stupid-slack-bot -c ./config.json
```