module
Version:
v0.0.0-...-2b04739
Opens a new window with list of versions in this module.
Published: Oct 8, 2024
License: MIT
Opens a new window with license information.
README
¶
slashbot_sample
A simple boilerplate for Slack's slash command handling bot
usage
run directly
run on docker container
- socket mode
docker build -t socket -f ./Dockerfile.socket .
docker run --rm --env-file ./.env socket
- webhook mode
docker build -t webhook -f ./Dockerfile.webhook .
docker run --rm --env-file ./.env -p 38080:8080 webhook
license
MIT
author
walkure
Click to show internal directories.
Click to hide internal directories.