Skip to main content

ro.py is a Python wrapper for the Roblox web API.

Project description

Welcome to ro.py

ro.py is a Python wrapper for the Roblox web API.

Installation

You can install ro.py from pip:

pip3 install ro-py

Examples

Reading a user's description:

from ro_py import User
user = User(576059883)
print(f"Username: {user.name}")
print(f"Description: {user.description}")

Reading a game's votes:

from ro_py import Game
game = Game(1732173541)  # This takes in a Universe ID and not a Place ID
votes = game.votes
print(f"Likes: {votes.up_votes}")
print(f"Dislikes: {votes.down_votes}")

You can read more examples in the examples directory.

Other Libraries

https://github.com/RbxAPI/Pyblox
https://github.com/iranathan/robloxapi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ro-py-0.0.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

ro_py-0.0.2-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page