Skip to content

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

License

Notifications You must be signed in to change notification settings

razorcorp/testbed-slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks