A Roblox API Wrapper for roblox.com
Project description
RoInfo
A Roblox API Wrapper for roblox.com which provides multiple features from the roblox website to be used from python.
Authors
Features
- Groups
- Friends/Followers
- Robux
- Display Names
API Reference
Login
From RoInfo import Session
session = Session("_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_RestOfTheToken")
Parameter | Type | Description |
---|---|---|
Session |
string |
Required. Your Roblox Account Token |
Upon calling this function you will now be able to use the functions which require an account, e.g. session.sendmessage("RecipentID", "Subject", "Body") sends a message to the Recipent which will require an active session
Session Functions
session.change_display_name("newdisplayname")
Parameter | Type | Description |
---|---|---|
Display Name |
string |
Required. Display Name To Be Set |
session.get_current_robux()
Parameter | Type | Description |
---|---|---|
None |
None |
Returns the amount of roblox under the logged in user's account. |
Groups
From RoInfo import Groups
Most functions under Groups do not require an account, functions which require permission e.g. sendgroupfunds("groupid", "userrecievingfunds", "amount")
Parameter(s) | Type | Description |
---|---|---|
Group Id , userid , amount |
number |
Required. Active Session and permission to the action |
Upon calling this function the specified player (userid
) will receive the specified robux (amount
) from the specified group (groupid
)
More Documentation Soon!
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
File details
Details for the file RoInfo-0.0.7.tar.gz
.
File metadata
- Download URL: RoInfo-0.0.7.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 333f117856513acfd01b99cdb9a56bfb568be0d084c7e4248f67dce142e4d58a |
|
MD5 | 8631d71cfc9f774609872d35c0b9e7ba |
|
BLAKE2b-256 | 13df21ddf15f06fb567459435761d2dcd7e4446a04e046695bc802866b8f8739 |