Check the availability of GitHub usernames with this Python script.
The GitHub Username Availability Checker is a Python script that allows you to quickly check the availability of GitHub usernames. It automates the process of generating random usernames and checking their availability on GitHub.
- Check the availability of GitHub usernames in bulk.
- Automatically generate random usernames for checking.
- Save available usernames to a text file for future reference.
Follow these instructions to get the project up and running on your local machine.
Make sure you have the following prerequisites installed:
- Python 3.x
requests
librarycolorama
library
- Clone the repository to your local machine:
git clone https://github.com/yourusername/username-availability-checker.git
- Change to the project directory:
cd username-availability-checker
- Run The Script:
python checker.py
Run the script as described in the installation section. The script will generate random usernames and check their availability on GitHub. Available usernames will be saved to a text file named available_usernames.txt.
We welcome contributions to improve this project. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix: git checkout -b feature/your-feature.
- Make your changes and commit them: git commit -m 'Add your feature'.
- Push to the branch: git push origin feature/your-feature.
- Create a pull request.