This script generates domain name combinations from a list of keywords and checks their availability using the WHOIS service. It supports multithreading to speed up the (potentially I/O heavy) process.
- Generates domain name combinations from provided keywords
- Limits combinations to a specified maximum length
- Checks domain availability using the WHOIS service
- Supports multithreading for faster execution
- Python 3.x
python-whoislibrary
- Clone the repository:
git clone https://github.com/quartzinquartz/domain_availability_checker.git cd domain_availability_checker - Install required libray:
pip install python-whois
- Edit the
find_available_domains.pyscript to update thedomain_keywordsandtldslists as needed. - Run the script:
python3 find_available_domains.py