alegnani / scripty

A work-in-progress Discord bot to execute code directly from a code block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust

Scripty

Scripty is a completely work-in-progress Discord bot which allows execution of code directly in your favourite servers. It uses Docker to sandbox the unknown code snippets and can easily be customized to support new languages. By running the bot's command with a Markdown code block it allows other users to more easily follow the code and the produced output.

E.g:

~run ```python
list = [i**2 for i in range(1, 11)]
print(list)
```

Usage

Being only in a very early stage scripty only supports the following commands:

  • ~run <CODE_BLOCK> : Run the code in the CODE_BLOCK
  • ~langs : List the supported languages
  • ~help : Get help

Invite Scripty into your server

Invite Scipty!
First of all thank you for using Scripty. :)
Please note that Scripty might not be always online as it is still being developed and is not yet hosted.

Supported languages

  • C
  • C++
  • Python
  • Rust
  • Julia
  • Typescript
  • Javascript
  • Java
  • Go

About

A work-in-progress Discord bot to execute code directly from a code block


Languages

Language:Rust 90.2%Language:Dockerfile 4.6%Language:Shell 3.1%Language:Java 0.5%Language:C++ 0.5%Language:Go 0.3%Language:C 0.3%Language:JavaScript 0.1%Language:TypeScript 0.1%Language:Julia 0.1%Language:Python 0.1%