https://github.com/ibrahimputun/minecraft-account-checker
This-Python-script-is-designed-to-control-Minecraft-user-accounts-using-the-Mojang-API.
https://github.com/ibrahimputun/minecraft-account-checker
account account-checker brute-force checker combo minecraft minecraft-account minecraft-accounts minecraft-accounts-checker python requests
Last synced: about 2 months ago
JSON representation
This-Python-script-is-designed-to-control-Minecraft-user-accounts-using-the-Mojang-API.
- Host: GitHub
- URL: https://github.com/ibrahimputun/minecraft-account-checker
- Owner: ibrahimputun
- Created: 2025-04-09T22:14:11.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T23:23:38.000Z (about 2 months ago)
- Last Synced: 2025-04-09T23:23:47.608Z (about 2 months ago)
- Topics: account, account-checker, brute-force, checker, combo, minecraft, minecraft-account, minecraft-accounts, minecraft-accounts-checker, python, requests
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Checker
This Python script is designed to check Minecraft usernames using the Mojang API. The script can take either a single username or a list of usernames and, optionally, a list of proxies to check the validity of these usernames.
## Usage
1. **Install Dependencies:**
```bash
pip install -r requirements.txt
```2. **Run the Script:**
```bash
python checker.py
```The script will prompt the user for an option and the required file paths, then proceed to check the usernames using the Mojang API.
3. **File Structure:**
- If you only want to check a single username, add the username to the `usernames.txt` file.
- If you want to use proxies for checking, also add the proxy addresses to the `proxies.txt` file.
4. **View the Results:**
After running the script, it will display the list of valid usernames.
## Options
1. **Check Only Username:**
- Performs checks only on usernames.2. **Check Username with Proxy:**
- Performs checks on usernames using randomly selected proxies.## Warning
Use this script responsibly and avoid unauthorized or unlawful checking of usernames. It is important to respect Mojang's terms of service.
---
**Note:** This script is written for educational purposes, and any responsibility arising from its use rests with the user.