Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.14 KB

Bot icon Test Bed

About

Test Bed is a Slack code execution plugin powered by Piston - general purpose code execution engine.

This repository only contains the code for the Slack integration

Installation

Add to Slack

Usage

Inline usage prompt

  • /tb-help command will provide guide on how to use with in Slack
  • /tb-lang will provide a list of languages supported by the bot
  • /tb will executed the give command and respond with the output

/tb [lag]

code

[arg] [arg] [arg]...

/tb python3

from sys import argv
print(f'Hello {argv[1]} {argv[2]}')

John Smith

Output