Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
/ Mojanpy Public archive

A simple in use Mojang API wrapper.

License

Notifications You must be signed in to change notification settings

nukechief/Mojanpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[NOT MAINTEINED] Mojanpy

A simple in use Mojang API wrapper, include full implementation of Mojang API and Mojang Authentication.

Installing

$ pip install mojanpy

Usage examples

import mojanpy

uuid = mojanpy.get_uuid("Notch")
print(uuid)
# 069a79f444e94726a5befca90e38aaf5
import mojanpy

profile = mojanpy.get_uuid_profile("069a79f444e94726a5befca90e38aaf5")
print(profile.skin)
# http://textures.minecraft.net/texture/292009a4925b58f02c77dadc3ecef07ea4c7472f64e0fdc32ce5522489362680

Releases

No releases published

Packages

No packages published

Languages