Skip to content

7rebux/minecraft-name-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Name Checker

Command line tool to scan & snipe a specific minecraft name

Building

Make sure to put your Bearer Token in the .env file

git clone https://github.com/7rebux/minecraft-name-checker
cd minecraft-name-checker
npm i
npm start

Acquiring Bearer Token

  1. Login with your minecraft account at minecraft.net
  2. Navigate to your Profile
  3. Open Dev Tools (Ctrl + Shift + i)
  4. Paste this code into the console: console.log(`; ${document.cookie}`.split('; bearer_token=').pop().split(';').shift())
  5. The console output contains your Bearer Token

About

Command line tool to scan & claim Minecraft usernames

Topics

Resources

Stars

Watchers

Forks