Domain Name Availabilty Checker
- The python script uses GoDaddy's API to get all the domain names which are available according to the keyword given by user.
- All the results are stored in a
.txtfile, named after the keyword.
Setup
- A virtual environment.
pip install -r requirements.txt- Generate your GoDaddy API KEY and Secret KEY from here
- Paste the token in a
.envfile (Take.env.exampleas an example)
Running the script:
$ python Domain_name.py
Working screenshots:

