SkillAgentSearch skills...

UsernameChecker

GitHub username checker Bulk

Install / Use

/learn @har1shweb3/UsernameChecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UsernameChecker

Bulk GitHub Username Checker

UsernameChecker is a simple Python tool that checks the availability of multiple GitHub usernames in bulk. It reads a list of usernames from a text file and uses the GitHub API to determine if each username is taken or available.


Features

  • Bulk checking of GitHub usernames
  • Reads usernames from a file (list.txt)
  • Simple, clear output
  • Supports GitHub API authentication for higher rate limits

Requirements


Installation

  1. Clone this repository:

    git clone https://github.com/DexterZero/UsernameChecker.git
    cd UsernameChecker
    
  2. Install dependencies:

    pip install requests
    

Usage

  1. Prepare your list.txt:

    Add one username per line in list.txt, for example:

    octocat
    somefakename123
    anotheruser
    
  2. (Optional) Set your GitHub API token for higher rate limits:

  3. Run the checker:

    python g.py
    

Example Output

octocat: Taken
somefakename123: Available
anotheruser: Taken

Notes

  • Rate Limiting:

    • Unauthenticated: 60 requests/hour
    • Authenticated: 5,000 requests/hour
  • Customization:
    You can adjust the script to save results to a file or change the delay between requests.


License

This project is licensed under the MIT License.

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated4mo ago
Forks0

Languages

Python

Security Score

72/100

Audited on Nov 19, 2025

No findings