A powerful Python 3 wrapper for the Roblox Web API

ro.py

ro.py is an object oriented, asynchronous wrapper for the Roblox Web API (and other Roblox-related APIs) with many new and interesting features.

ro.py allows you to automate much of what you would do on the Roblox website and on other Roblox-related websites.

Update: ro.py rewrite

We are currently working on a complete ro.py rewrite, and as such we are not accepting feature requests until the rewrite branch is on par with the main branch.
If you’d like to give suggestions on ro.py design decisions, you can join the ro.py Discord.

Get Started

To begin, first import the client, which is the most essential part of ro.py, and initialize it like so:

from ro_py import Client
client = Client()

Next, import asyncio

 

 

 

To finish reading, please visit source site