Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mee-to/valorant-checker-fast-api-fixed
Valorant Account Checker is a Python tool designed to check and list running accounts for the Valorant game. It offers a user-friendly interface for managing your Valorant accounts and is open for contributions from the community.
https://github.com/mee-to/valorant-checker-fast-api-fixed
account-checker account-checking checker checker-account checker-api checker-bot checker-service checker-valorant checkers-game checkersgame mass-checker valorant valorant-check valorant-checker valorant-checker-acc valorant-checker-account valorant-checker-accounts valorant-checker-config valorant-config valorant-driver
Last synced: 25 days ago
JSON representation
Valorant Account Checker is a Python tool designed to check and list running accounts for the Valorant game. It offers a user-friendly interface for managing your Valorant accounts and is open for contributions from the community.
- Host: GitHub
- URL: https://github.com/mee-to/valorant-checker-fast-api-fixed
- Owner: Mee-To
- License: mit
- Created: 2024-11-26T18:07:28.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:59:01.000Z (29 days ago)
- Last Synced: 2024-12-10T20:29:58.779Z (29 days ago)
- Topics: account-checker, account-checking, checker, checker-account, checker-api, checker-bot, checker-service, checker-valorant, checkers-game, checkersgame, mass-checker, valorant, valorant-check, valorant-checker, valorant-checker-acc, valorant-checker-account, valorant-checker-accounts, valorant-checker-config, valorant-config, valorant-driver
- Language: Python
- Size: 198 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.