Self-hosted Slack bot to run your code snippets
- Docker
- Create a new Slack app and add it to your workspace. You can use
manifest.yml
to create the app. - Create .env file with the following variables:
- SLACK_SIGNING_SECRET
- SLACK_APP_TOKEN
- SLACK_BOT_TOKEN
- Run
docker-compose up -d
to start the bot.