Skip to main content

A simple wrapper for Labymod's API.

Project description

Lapymod

This is a simple wrapper for the Labymod API.

Installation

pip install lapymod

Usage

import lapymod

#This creates a user that lets you query and update their data.
user = lapymod.User('34e57efa578346c7a9fc890296aaba1f') #(The uuid of LabyStudio -- an admin for Labymod)

#Returns all emotes for the user into a list.
emotes = user.getEmotes()

#Returns all cosmetics for the user into a list.
cosmetics = user.getCosmetics()

#Returns all stickers for the user into a list.
stickers = user.getStickers()

#Returns all roles for the user into a list.
roles = user.getRoles()

#Returns all of the above functions in one nice easy to use dictionary.
all_data = user.getAllData()

#You can change the user while you go.
user.setUser('32645503-0d51-4fc6-8e4a-28b03714db5e') #(The uuid of LabyMarco -- another admin for Labymod)

#When you either want new data for the user or want to change the data with a new supplied user, update it!
user.update()

#Returns True/False if the module is able to connect to the Labymod API.
api_status = lapymod.getStatus()

#Returns the current daily shop emotes in a list.
shop_emotes = lapymod.getShopEmotes()

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

lapymod-1.1.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

lapymod-1.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page