NessunKim / slack-code-runner

Self-hosted Slack bot to run your code snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-code-runner

Self-hosted Slack bot to run your code snippets

Prerequisites

  • Docker

Usage

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

About

Self-hosted Slack bot to run your code snippets

License:MIT License


Languages

Language:TypeScript 97.3%Language:Dockerfile 2.7%