Skip to content

JohnMackYouTube05/RobloxAPI-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RobloxAPI-python

A Python wrapper for Roblox's REST API. You can read documentation on the Wiki page of this GitHub repo.

Prerequisites:

You need to have the requests Python module, and the Pillow Python module installed in order to use this API Wrapper. If you don't have it installed, please install it using

pip install requests
pip install pillow

or you can just use

pip install -r requirements.txt

inside the folder after downloading the API.

Another requirement is that you need to add your cookie to the API wrapper. Please see this wiki page for more information on how to do so.

About

A Python wrapper for Roblox's REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages