Ro.py
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
Install / Use
/learn @ro-py/Ro.pyREADME
<img align="left" src="./gh-assets/logo-wordmark.svg" alt="ro.py" height="96" /><a href="https://ro.py.jmk.gg"><img align="right" src="./gh-assets/docs-button.svg" alt="Docs"></a><a href="https://discord.gg/hHjwxZxhR2"><img align="right" src="./gh-assets/discord-button.svg" alt="Discord"></a><img src="./gh-assets/clearfloat.svg">
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
- Learn how to use ro.py in the docs: https://ro.py.jmk.gg/dev/tutorials/
- The RoAPI Discord server provides support for ro.py in the
#ro.py-supportchannel.
