brainwo / coderunner

Run code in Discord chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeRunner

⚠ You have been warned: this project enables remote code execution. Use only in trusted environment.

Language Supported

To add more supported language, kindly contribute either by ticketing an issue or send a pull request. Current supported languages:

Language Alias Runtime
python py, python python3
jaksel jaksel jaksel
javascript js, javascript node
typescript ts, typescript node
lua lua lua
julia julia julia
duckscript ds, duckscript duck
wren wren wren
fennel fnl, fennel fennel

Upcoming Support

Language Description
mun Currently has no prebuilt binaries or installation option via Cargo
singlang Currently unmaintained and has no binary releases

Development

Some development dependencies used in this project includes:

Initialize project:

  • Run just init

Run project:

DISCORD_TOKEN=<your bot token here>
  • Run just run

About

Run code in Discord chat

License:MIT License


Languages

Language:Python 100.0%