Skip to content

A simple automatic minecraft name availability checker written in bash

License

Notifications You must be signed in to change notification settings

AceBeaker2/MCnamechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCnamechecker

A simple bash script designed to bulk search og/special names for name sniping/availability checking.

Usage

  • The main script, check.sh will loop through names.txt, checking the names (with a 1 second delay to avoid getting rate limited) and printing only the available ones into the terminal. Simply run

    ./check.sh | tee available.txt

    and it will also print out the available names to available.txt

(Note: filter.py will strip words.txt into filtered.txt by length)

sequenceDiagram
check.sh ->> Mojang: Is the name 'X' available?
Mojang-->>check.sh: Yes/No
Note left of check.sh: Wait 1 second
check.sh ->> Mojang: Is the name 'Y' available?
Mojang-->>check.sh: Yes/No
Note left of check.sh: Wait 1 second
Loading

About

A simple automatic minecraft name availability checker written in bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published