Skip to content
/ ro.py Public

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.

License

Notifications You must be signed in to change notification settings

ro-py/ro.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e3f3b0 Β· Aug 7, 2024
Feb 4, 2024
Aug 7, 2024
Nov 18, 2023
Jan 12, 2024
May 9, 2024
Mar 25, 2021
Aug 23, 2021
Mar 25, 2021
Nov 28, 2021
Jan 4, 2024
Feb 15, 2024
Dec 4, 2021

Repository files navigation

ro.pyDocsDiscord

Overview

ro.py is an asynchronous, object-oriented wrapper for the Roblox web API.

Features

  • Asynchronous: ro.py works well with asynchronous frameworks like FastAPI and discord.py.
  • Easy: ro.py's client-based model is intuitive and easy to learn. It abstracts away API requests and leaves you with simple objects that represent data on the Roblox platform.
  • Flexible: ro.py's Requests object allows you to extend ro.py beyond what we've already implemented.

Installation

To install the latest stable version of ro.py, run the following command:

python3 -m pip install roblox

To install the latest unstable version of ro.py, install git-scm and run the following:

python3 -m pip install git+https://github.com/ro-py/ro.py.git

Support