NuBot HTTP API
NuBot allows external interaction over HTTP. The feature is still experimental and poorly documented. Launch the bot server using the -GUI flag. Api base is http://localhost: (default 8889)
Success response:
{
"success":true ,
"error":""
}
Error response example:
{
"success":false ,
"error":"err description "
}