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
/tb-helpcommand will provide guide on how to use with in Slack/tb-langwill provide a list of languages supported by the bot/tbwill 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