GitHub | Discord | PyPI | Documentation | Examples | License
Welcome to ro.py! ro.py is an asynchronous, object-oriented wrapper for the Roblox web API.
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.
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
Learn how to use ro.py in our docs: https://ro.py.jmk.gg/dev/tutorial/