Skip to content

Quickly check username availability in social apps without the need for API.

License

Notifications You must be signed in to change notification settings

mateuschmitz/social-username-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social Username Availability Checker

This project quickly checks the availability of usernames in the following Services without the need for API connections::

  • YouTube
  • Twitch
  • Instagram
  • TikTok
  • Threads
  • BlueSky

Platform Support

This script was tested only in macOS and probably needs changes to run on other platforms. Feel free to do it.

How to use

Clone the repository:

$ git clone https://github.com/mateuschmitz/social-username-checker.git

Run your search using the check.sh file that exists in the project:

$ check.sh testingusername

You can alternately create a symbolic link:

$ sudo ln -s <PROJECT_FOLDER>/check.sh /usr/local/bin/social-check

And use the project:

$ social-check testingusername

Output:

If you need to check multiple usernames, you can pass a list of usernames as follows:

$ social-check /tmp/usernames_to_test.txt

P.S.: After each username, the script will insert a random sleep between 2 and 15 seconds.

To Do

  • Insert YouTube availability check
  • Insert Twitch availability check
  • Insert Instagram availability check
  • Insert TikTok availability check
  • Insert Threads availability check
  • Insert BlueSky availability check
  • Insert X/Twitter availability check

About

Quickly check username availability in social apps without the need for API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages