A Discord bot for running commands in secure sandboxes
A Discord bot for running commands in secure sandboxes.. In other words, you can create a totally isolated "computer", optionally with preinstalled programs, per channel.
Here are some of the commands you can use, and what they do:
$ info
will show some info about Term, and also list the commands$ create
will create a container for the current channel if one doesn't exist$ remove
will remove the current channel's container if it exists$ <command>
or $ run <command>
will run bash commands in the current channel's containerTerm supports creating containers with preinstalled commands. We call the collections of tools associations.
Below are our current associations. Feel free to open an issue or merge request if you'd like more.
python
, python3
: Python version 3 with pip
python2
: Python version 2 with pip
node
: A NodeJS environment with npm
, node
, and yarn
docker
: Docker within Docker, for Dockerceptionperl
: Just a perl environmentruby
: A Ruby environment with gem
and ruby
installedalpine
: Alpine Linux, with updated package listslinux
, ubuntu
, ubuntu1804
: Ubuntu 18.04; make sure to run apt-get update
ubuntu1810
: Ubuntu 18.10; also make sure to run apt-get update
arch
, archlinux
: A basic Arch Linux installationgo
, golang
: a fully working Go setupTo use an association, for example python
, use $ create python
.
0
0 reviews
Reviews can be left only by registered users. All reviews are moderated by Top.gg moderators. Please make sure to check our guidelines before posting.
5 stars
0
4 stars
0
3 stars
0
2 stars
0
1 star
0
No reviews here yet!