Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mystrosto/minecraft-account-checker
This Python script is designed to control Minecraft user accounts using the Mojang API.
https://github.com/mystrosto/minecraft-account-checker
account account-checker brute-force checker combo minecraft minecraft-account minecraft-accounts minecraft-accounts-checker python requests
Last synced: about 1 month ago
JSON representation
This Python script is designed to control Minecraft user accounts using the Mojang API.
- Host: GitHub
- URL: https://github.com/mystrosto/minecraft-account-checker
- Owner: Mystrosto
- License: mit
- Created: 2024-10-17T19:28:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:28:28.000Z (about 2 months ago)
- Last Synced: 2024-11-08T07:33:31.328Z (about 2 months ago)
- Topics: account, account-checker, brute-force, checker, combo, minecraft, minecraft-account, minecraft-accounts, minecraft-accounts-checker, python, requests
- Language: Python
- Size: 264 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.