async-mojang

An async Python wrapper for the Mojang API.


Keywords
mojang, minecraft, api, async
License
MIT
Install
pip install async-mojang==1.0.2

Documentation

Async-Mojang is a Python package for accessing Mojang's services. This library can be used to convert UUIDs, get a profile's information, change your Minecraft username or skin, and much more.

There is one component to this package:

  • Public API - Used to parse information about Minecraft profiles and more. Authentication is not required.

Installation

Python 3.7 or higher is required.

The easiest way to install the library is using pip. Just run the following console command:

pip install -U git+https://github.com/FroostySnoowman/Async-Mojang

Public API Quickstart

All Public API usage is found in the tests.py file.