Skip to content

cahaj/mojang-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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()

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages