Skip to content

Dew3/Roblox-Username-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Roblox-Username-Checker

Extremely fast Roblox username availability checker.

The program will create two txt files.

It will then close since if one hasn’t added any names.

Add usernames to be checked in Usernames.txt (Each username on it's own line).

Image of Usernames.txt

Run the program again.

It will print out all the taken and non taken usernames in console.

Image of Console

The program will also save the available usernames in Available.txt.

Image of Available.txt

BEWARE! SOME BANNED, DEV, OR SPECIAL CHARACTER USERNAMES SUCH AS ';Dew3' MAY SAY NOT TAKEN!

USERNAMES LESS THAN 3 CHARACTERS AND GREATER THAN 20 CHARACTERS ARE NOT CHECKED AS THEY ARE OUT OF ROBLOX’S USERNAME CHARACTER REQUIREMENTS!

This program was written in python 3.9.0

Packages

The program utilizes the robloxapi package by iranathan:

pip3 install robloxapi

Also required is asyncio:

pip3 install asyncio

Legal

Educational purposes only.

I am not responsible for any illegal use.

About

Extremely fast Roblox username availability checker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages