Skip to main content

Roblox API built in Python

Project description

Roblopy

Roblox API built in Python.

No module is required to use Roblopy. Roblopy uses built-in python modules.

Installation

To install Roblopy:

pip install roblopy

How to import?

from roblopy import [class]

For example:

from roblopy import Users

Documentation

Users

Users.GetUsernameById(id) - Returns the Username of the User ID.

Users.GetIdByUsername(username) - Returns the User ID of the Username.

Users.CanManage(id, assetId) - Returns true if User can manage Asset, else false.

Users.User(username) or Users.UserById(id) - Returns class of the User's ID, Username, Avatar Uri, Avatar Final, and Is Online.

Note

I will probably not update much of this at all, because there is already pyblox (it's a great Roblox API wrapper). If you ever want to use this, you may.****

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

roblopy-1.0.5.tar.gz (2.1 kB view hashes)

Uploaded Source

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