You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Code compilation features would be nice to have in the bot, removes the need for other bots
Describe the solution you'd like
Something along the lines of taking the wandabox API and using it to compile code. Describe alternatives you've considered
CompilerBot
Additional context
I've already reverse-engineered the API and you just need to send a POST request to https://wandabox.org/compile with a body in the shape
{
"code": "stuff with code",
"compiler": "compiler name",
"compiler-option-raw": "",
"stdin": "command line input",
"options": "options to send to the compiler",
"codes": [],
"runtime-option-raw": ""
}
Is your feature request related to a problem? Please describe.
Code compilation features would be nice to have in the bot, removes the need for other bots
Describe the solution you'd like
Something along the lines of taking the wandabox API and using it to compile code.
Describe alternatives you've considered
CompilerBot
Additional context
I've already reverse-engineered the API and you just need to send a POST request to https://wandabox.org/compile with a body in the shape
an example body for nodeJS would be
The text was updated successfully, but these errors were encountered: