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

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

681cc55 Β· Mar 2, 2023
Dec 8, 2021
Jul 28, 2022
Mar 2, 2023
Dec 4, 2021
Mar 2, 2023
Dec 4, 2021
Mar 25, 2021
Aug 23, 2021
Mar 25, 2021
Dec 4, 2021
Nov 28, 2021
Jan 9, 2023
Dec 8, 2021
Dec 4, 2021

Repository files navigation

ro.py

GitHub | Discord | PyPI | Documentation | Examples | License

RoAPI Discord ro.py PyPI ro.py PyPI Downloads ro.py PyPI Downloads (Legacy) ro.py PyPI License ro.py GitHub Commit Activity ro.py GitHub Last Commit

Overview

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

Features

The key features are:

  • 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 for both the beginner and expert developer. It abstracts away API requests and leaves you with simple objects that represent data types on the Roblox platform.
  • Flexible: ro.py's builtin Requests object allows the user to do things that we haven't already implemented ourselves without dealing with advanced Roblox-specific concepts.

Installation

To install ro.py from PyPI, you can install with pip:

pip install roblox

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

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

Tutorial

Learn how to use ro.py in our docs: https://ro.py.jmk.gg/dev/tutorial/