TurtyBot Backend
A supporting REST API used by TurtyBot for utility, content, and data-heavy commands.
A REST API used by TurtyBot for utility endpoints, game data, image processing, Minecraft version lookups, and other command support.
Total Commits
Unavailable
Open Issues
Unavailable
Last Updated
Unavailable
Unavailable
Stars
Unavailable
Languages
Unavailable
A supporting REST API used by TurtyBot for utility, content, and data-heavy commands.
It covers everything from random content and snippets to game lookups, image manipulation, and Minecraft metadata.
The goal is simple: give TurtyBot a cleaner source of data and processed results for commands that need more than local bot logic.
TurtyAPI gives TurtyBot a single backend for a mix of utility and content-driven features, instead of spreading those lookups across lots of separate command implementations.
A big part of the API is exposing structured data that TurtyBot can turn into useful responses for games and Minecraft-related commands.
TurtyAPI also handles image-based features so TurtyBot can request transformed results without embedding that processing directly into the bot.