cameronthecoder / RobloxPy

A ROBLOX web API wrapper written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobloxPy

An API wrapper for the ROBLOX web api.

Examples:

import robloxpy
username = "ROBLOX"
groupid = "1"

print(robloxpy.Group.name(groupid))
print(robloxpy.User.is_online(username))
import robloxpy
username = "ROBLOX"
groupid = "1"

print(robloxpy.Group.name(groupid))
print(robloxpy.User.is_online(username))
import robloxpy
id = 50
print(robloxpy.Image.get_head_thumbnail(id))
import robloxpy
id = 1
print(User.friend_count(id))

Documentation/Examples/Installation

Wiki

Installation - View Wiki Guide

About

A ROBLOX web API wrapper written in Python.

License:MIT License


Languages

Language:Python 100.0%