Information | Requirements | Disclaimer | Documentation | Examples | Credits | License
Welcome, and thank you for using 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.
- httpx (for sending requests)
- iso8601 (for parsing dates)
- signalrcore (for recieving notifications)
cachecontrol (for caching requests)requests-async (for sending requests, might be updated to a new lib soon)- pytweening (for UI animations for the "prompts" extension, optional)
- wxPython (for the "prompts" extension, optional)
- wxasync (see above)
We are not responsible for any malicious use of this library.
If you use this library in a way that violates the Roblox Terms of Use your account may be punished.
You can view documentation for ro.py at ro.py.jmksite.dev.
If something's missing from docs, feel free to dive into the code and read the docstrings as most things are documented there.
The docs are generated from docstrings in the code using pdoc3.
You can install ro.py from pip:
pip install ro-py
If you want the latest bleeding-edge version, clone from git:
pip install git+git://github.com/rbx-libdev/ro.py.git
Known issue: wxPython sometimes has trouble building on certain devices. I put wxPython last on the requirements so Python attempts to install it last, so you can safely ignore this error as everything else should be installed.
@iranathan - maintainer
@jmkdev - maintainer
@nsg-mfd - helped with endpoints
ro.py not for you? Come check out these other libraries!
Name | Language | OOP | Async | Maintained | More Info |
---|---|---|---|---|---|
ro.py | Python 3 | Yes | Yes | Yes | You are here! |
robloxapi | Python 3 | Yes | Yes | No | Predecessor to ro.py. |
robloxlib | Python 3 | Yes? | No | No | |
pyblox | Python 3 | Partial | No | Yes | |
bloxy | Node.JS | Yes | Yes | Yes | |
noblox.js | Node.JS | No | Yes | Yes | |
roblox.js | Node.JS | No | Yes? | No | Predecessor to noblox.js. |
cblox | C++ | Yes | No? | Yes | |
robloxapi | C# | Yes | Yes | Maybe | |
roblox4j | Java | Yes | No? | No | |
javablox | Java | Yes | No? | No | |
robloxkt | Kotlin | ? | ? | No | I have no information on this. |
KotlinRoblox | Kotlin | Yes? | No? | No | |
rbx.lua | Lua | N/A | No? | Yes? | |
robloxcomm | Lua | N/A | ? | ? | Again, no info on this or link. |
tsblox | TypeScript | Yes | Yes | No | |
roblophp | PHP | ? | ? | ? | Repo seems to be deleted. |