Phew / unmigrated-account-checker

Checks if Minecraft account is unmigrated or not. BASED OF OFFICAL MC API!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Details

So basically what this does is send a GET request to the session server at mojang and grabs all the JSON data from given UUID and searches for the ("legacy": True) part. This only shows up if the account is unmigrated.

Usage

requires > python3
requires > requests
python3 checker.py (UUID)

About

Checks if Minecraft account is unmigrated or not. BASED OF OFFICAL MC API!


Languages

Language:Python 100.0%