Skip to content

Combine keywords to see if any of the combos have available domains per WHOIS

License

Notifications You must be signed in to change notification settings

quartzinquartz/domain_availability_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Domain Availability Checker

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.

Features

  • 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

Requirements

  • Python 3.x
  • python-whois library

Installation

  1. Clone the repository:
    git clone https://github.com/quartzinquartz/domain_availability_checker.git
    cd domain_availability_checker
    
  2. Install required libray:
    pip install python-whois
    

Usage

  1. Edit the find_available_domains.py script to update the domain_keywords and tlds lists as needed.
  2. Run the script:
    python3 find_available_domains.py

About

Combine keywords to see if any of the combos have available domains per WHOIS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages