https://github.com/jadc/mc-ign-availability
A small python script that checks Minecraft username availability with Mojang's API.
https://github.com/jadc/mc-ign-availability
Last synced: 27 days ago
JSON representation
A small python script that checks Minecraft username availability with Mojang's API.
- Host: GitHub
- URL: https://github.com/jadc/mc-ign-availability
- Owner: jadc
- Created: 2020-06-10T06:55:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T20:50:11.000Z (over 3 years ago)
- Last Synced: 2025-11-23T22:05:13.615Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Username Availability Checker
This is a simple python script inspired by the methods described by Xinabox. His method of opening a bunch of tabs and seeing which api calls failed seemed very wrong to me, so here is a script that does it for you.
Since this script checks each name, it *may* take longer, but it shouldn't be too bad.
## Usage
1. Ensure you have Python 3 installed.
2. Download this repository. (use git clone or just the big green download button)
3. Write all the usernames you want to check into `names.txt`, separating each name with a new line.
4. Drag and drop `names.txt` onto the `availability.py` file.
5. A new file titled `names.txt-availability.txt` should appear.
In this file is every name that may be available as well as the status code the Mojang API returned in case you were debugging.