Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

stngularity/pyplazmix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

PyPlazmix - A python wrapper for PlazmixAPI

Installing

Python 3.9 or higher is required

For windows

pip install pyplazmix

For Linux/macOS

python3 -m pip install pyplazmix

Examples

Client

from pyplazmix import ApiClient

client = ApiClient("TOKEN HERE")

Get user

user = client.get_user(nickname="nickname")  # or uuid="uuid" or _id=id
print(user)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages