-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Cameron edited this page Mar 14, 2018
·
3 revisions
It can be very easy getting to use this wrapper.
First, download the latest master
branch and put it in your project directory.
Second, test if it works. Here's an example:
import robloxpy
print(robloxpy.User.id("ROBLOX"))
It should return this:
1
If it worked:
Congratulations! You've installed it correctly. Now, you can use the other wiki pages to get other information with this wrapper.
If it didn't work: TODO
- Finding a User's ID
- Finding a User's Badges
- Check if a user exists
- Check if a user is online
- Check the user's friend count
- Get the asset creator
- Get the ID of the asset
- Get the asset price in tickets
- Get the asset price in robux
- Get the name of the asset
- Get the created date
- Get the last updated date
- Get the product ID
- Get the asset type ID
- Get asset sales
- Get the asset public domain status
- Check if the asset is for sale
- Check if the asset is new
- Check if the asset is limited
- Check the reaming amount
Coming soon
-
Discord Bot Example
- Installing the Discord API wrapper
- Creating the bot's profile
- Coding the bot
- Testing the bot
-
Flask Example
- Installing the Flask library
- Adding the template
- Coding the app
- Testing the app
- Lookup Example