GitHub |
Discord |
PyPI |
Documentation |
Examples |
License
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+git://github.com/ro-py/ro.py.git
Tutorial
Learn how to use ro.py in our docs:
https://ro.py.jmk.gg/tutorial/