Open SourceMIT LicensedRoblox APIPython 3.8+

A high performance interface for the Roblox API
built for real backend systems.

roboat is a serious foundation for Roblox developers building bots, dashboards, group tools, catalog systems, trading workflows, analytics platforms, and automation services.

Quick Start
Install
pip install roboat
Usage
from roboat import RoboatClient
client = RoboatClient(cookie="...")
Python 3.8+
Typed Python library with async support
Interactive terminal, programmatic client, and built-in SQLite database for caching.