ro.py is a Python wrapper for the Roblox web API.
Project description
ro.py is a powerful Python 3 wrapper for the Roblox Web API by @jmkd3v and @iranathan.
Information | Discord | Requirements | Disclaimer | Documentation | Examples | Credits | License
Information
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.
Update: ro.py on Discord
I’ve set up a small ro.py Discord server. It’s obviously very tiny, but some of you can be the first people to help found the server. If you need support for the library, you can ask your questions here if you need faster support. http://jmk.gg/ro.py
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
at the top of your file:
import asyncio
Next, create an async method main()
and run it with asyncio:
async def main():
# keep this empty for the next step!
asyncio.get_event_loop().run_until_complete(main())
Next, read the documentation for the Client to grab objects and interact with the API.
If you are looking for a full tutorial on ro.py, check out the new DevForum article!
Requirements
- httpx (for sending requests)
- iso8601 (for parsing dates)
- signalrcore (for recieving notifications)
- lxml (for parsing documentation, might be made optional soon)
Previous Requirements
- cachecontrol (for caching requests)
- requests-async (for sending requests, might be updated to a new lib soon)
pytweening (for animations, see below)wxPython (for the "prompts" extension, optional)wxasync (see above)
Prompts Extension Requirements
You'll need to install wxPython
, wxasync
and pytweening
to use the prompts extension. If it is not present, an error will be raised.
Disclaimer
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.
If you use code from ro.py in your own library, please credit us! We're working our hardest to deliver this library, and crediting us is the best way to help support the project.
Documentation
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.
Installation
You can install ro.py from pip:
pip3 install ro.py
If you want the latest bleeding-edge version, clone from git (you'll need git-scm installed):
pip3 install git+git://github.com/rbx-libdev/ro.py.git
Contributors
Other Libraries
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. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file roblox-1.2.0.5.tar.gz
.
File metadata
- Download URL: roblox-1.2.0.5.tar.gz
- Upload date:
- Size: 43.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/54.2.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec29b755e38f054c206ea92dfea47a3bd8a9a7f61e8a011df8da58d9a77388ff |
|
MD5 | 51cb547c49a077f6fb024bc50c74643c |
|
BLAKE2b-256 | ba6d1c11b36b24589ab7319a31737c612cc5cc9b412687737c5c64070b6211f8 |
File details
Details for the file roblox-1.2.0.5-py3-none-any.whl
.
File metadata
- Download URL: roblox-1.2.0.5-py3-none-any.whl
- Upload date:
- Size: 65.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/54.2.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3da58838216e9e296947d5b71df3709b3ba2a2275fb3409166570e3af771b5d3 |
|
MD5 | 94b26ee659105ba1d79602f3a222f14b |
|
BLAKE2b-256 | ba1057b0a27d5561aa1d69ffc2dd073207aa2041d4fdbf8ebdd656ebb1bde5d9 |