Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ro-py/ro.py
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://github.com/ro-py/ro.py
python python3 roblox roblox-api robloxapi
Last synced: 5 days ago
JSON representation
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
- Host: GitHub
- URL: https://github.com/ro-py/ro.py
- Owner: ro-py
- License: mit
- Created: 2020-12-05T01:34:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:02:24.000Z (3 months ago)
- Last Synced: 2024-11-08T05:41:59.502Z (6 days ago)
- Topics: python, python3, roblox, roblox-api, robloxapi
- Language: Python
- Homepage: https://ro.py.jmk.gg/
- Size: 10 MB
- Stars: 115
- Watchers: 3
- Forks: 46
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-roblox - ro.py - A modern, asynchronous Python 3 wrapper for the Roblox API. (Libraries / API Wrappers)
README
## 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](https://fastapi.tiangolo.com/) and
[discord.py](https://github.com/Rapptz/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](https://git-scm.com/downloads) 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](https://discord.gg/a69neqaNZ5) provides support for ro.py in the `#ro.py-support` channel.