Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 210 Bytes

mojang-token

Lightweight python script for getting the Mojang API token with only email and password.

Simple usage

from mctoken import Auth

auth = Auth("email", "password")
token = auth.login()