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

Using the client:

from ro_py.client import Client
client = Client("Token goes here")  # Token is optional, but allows for authentication!

Viewing a user's info:

from ro_py.client import Client
client = Client()
user_id = 576059883
user = client.get_user(user_id)
print(f"Username: {user.name}")
print(f"Status: {user.get_status() or 'None.'}")

Find more examples in the examples folder.

Credits

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.1.3.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

ro_py-0.1.3-py3-none-any.whl (35.1 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