Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

snipify/nameday-username-claimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nameday Username Claimer

⚠️ THIS IS NOT A REGULAR USERNAME CLAIMER, ITS ONLY FOR WHEN UNMIGRATED ACCOUNTS GET DELETED

Discord server

This script automates the process of checking the availability of a Minecraft username and claiming it when usernames are freed (on the day when unmigrated accounts are deleted).

Features

  • Check if a Minecraft username is available.
  • Authenticate using Microsoft credentials.
  • Claim the username if it's available.
  • Send notifications via Discord webhook on key events (successful authentication, rate limit, errors etc.).
  • Configurable delay and message grouping for notifications.

Requirements

How to compile yourself

If you don't trust the builds from the release tab, you can compile it yourself by using PyInstaller:

pyinstaller --noconfirm --onefile --console --icon .\public\icon.ico --name "Namesnatcher" --clean main.py

Installation

  1. Clone or download this repository to your local machine.
  2. Ensure you have Python 3.7 or higher installed.
  3. Install the required libraries using install.bat
  4. Configure your settings in the config.json file (details below).

Configuration

Create or update the config.json file with the following content:

{
  "webhook_url": "YOUR_DISCORD_WEBHOOK_URL",
  "user_id": "YOUR_DISCORD_USER_ID",
  "username": "desired_minecraft_username",
  "email": "your_microsoft_email",
  "password": "your_microsoft_password",
  "delay": 5,
  "message_group_size": 3
}

About

script for day when minecraft unmigrated accounts(usernames) get deleted

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •