Package ro_py
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
Expand source code
"""
<h1 align="center">
<img src="https://raw.githubusercontent.com/rbx-libdev/ro.py/main/resources/header.png" alt="ro.py" width="400" />
<br>
</h1>
<h4 align="center">ro.py is a powerful Python 3 wrapper for the Roblox Web API by <a href="https://github.com/jmkd3v">@jmkd3v</a> and <a href="https://github.com/iranathan">@iranathan</a>.</h4>
<p align="center">
<a href="https://jmk.gg/ro.py"><img src="https://img.shields.io/discord/761603917490159676?style=flat-square&logo=discord" alt="ro.py Discord"/></a>
<a href="https://pypi.org/project/ro-py/"><img src="https://img.shields.io/pypi/v/ro-py?style=flat-square" alt="ro.py PyPI"/></a>
<a href="https://pypi.org/project/ro-py/"><img src="https://img.shields.io/pypi/dm/ro-py?style=flat-square" alt="ro.py PyPI Downloads"/></a>
<a href="https://pypi.org/project/ro-py/"><img src="https://img.shields.io/pypi/l/ro-py?style=flat-square" alt="ro.py PyPI License"/></a>
<a href="https://github.com/rbx-libdev/ro.py"><img src="https://img.shields.io/github/commit-activity/w/rbx-libdev/ro.py?style=flat-square" alt="ro.py GitHub Commit Activity"/></a>
<a href="https://github.com/rbx-libdev/ro.py"><img src="https://img.shields.io/github/last-commit/rbx-libdev/ro.py?style=flat-square" alt="ro.py GitHub Last Commit"/></a>
</p>
<p align="center">
<a href="https://github.com/rbx-libdev/ro.py#information">Information</a> |
<a href="http://jmk.gg/ro.py">Discord</a> |
<a href="https://github.com/rbx-libdev/ro.py#requirements">Requirements</a> |
<a href="https://github.com/rbx-libdev/ro.py#disclaimer">Disclaimer</a> |
<a href="https://github.com/rbx-libdev/ro.py#documentation">Documentation</a> |
<a href="https://github.com/rbx-libdev/ro.py/tree/main/examples">Examples</a> |
<a href="https://github.com/rbx-libdev/ro.py#credits">Credits</a> |
<a href="https://github.com/rbx-libdev/ro.py/blob/main/LICENSE">License</a>
</p>
"""
from ro_py.client import Client
Sub-modules
ro_py.accountinformation
-
This file houses functions and classes that pertain to Roblox authenticated user account information.
ro_py.accountsettings
-
This file houses functions and classes that pertain to Roblox client settings.
ro_py.assets
-
This file houses functions and classes that pertain to Roblox assets.
ro_py.badges
-
This file houses functions and classes that pertain to game-awarded badges.
ro_py.bases
-
This folder houses base/partial objects that other parts of ro.py inherit.
ro_py.captcha
-
This file houses functions and classes that pertain to the Roblox captcha.
ro_py.catalog
-
This file houses functions and classes that pertain to the Roblox catalog.
ro_py.chat
-
This file houses functions and classes that pertain to chatting and messaging.
ro_py.client
-
This file houses functions and classes that represent the core Roblox web client.
ro_py.economy
-
This file houses functions and classes that pertain to the Roblox economy endpoints.
ro_py.events
-
This file houses functions and classes that pertain to events and event handling with ro.py. Most methods that have events actually don't reference …
ro_py.extensions
-
This folder houses extensions that wrap other parts of ro.py but aren't used enough to implement.
ro_py.friends
ro_py.gamepasses
ro_py.gamepersistence
-
This file houses functions used for tampering with Roblox Datastores
ro_py.games
-
This file houses functions and classes that pertain to Roblox universes and places.
ro_py.gender
-
I hate how Roblox stores gender at all, it's really strange as it's not used for anything. There's literally no point in storing this information.
ro_py.groups
-
This file houses functions and classes that pertain to Roblox groups.
ro_py.presence
ro_py.robloxbadges
-
This file houses functions and classes that pertain to Roblox-awarded badges.
ro_py.robloxdocs
-
This file houses functions and classes that pertain to the Roblox API documentation pages. I don't know if this is really that useful, but it might be …
ro_py.robloxstatus
-
This file houses functions and classes that pertain to the Roblox status page (at status.roblox.com) I don't know if this is really that useful, but I …
ro_py.roles
-
This file contains classes and functions related to Roblox roles.
ro_py.thumbnails
-
This file houses functions and classes that pertain to Roblox icons and thumbnails.
ro_py.trades
-
This file houses functions and classes that pertain to Roblox trades and trading.
ro_py.users
-
This file houses functions and classes that pertain to Roblox users and profiles.
ro_py.utilities
-
This folder houses utilities that are used internally for ro.py …
ro_py.wall