Skip to content

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

Clone this wiki locally