Skip to content

A bash script to check the registration status for a list of domains using the Domainr API

Notifications You must be signed in to change notification settings

Hitman247m/domain-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

domain-status

A bash script to check the registration status for a list of domains using the Domainr API

Usage

Register for a free API key here: https://domainr.com/

# Clone the repo
git clone https://github.com/Hitman247m/domain-status.git
cd domain-status

# Make the escript executable
chmod +x domain-status.sh

# Add your API key to the "RAPIDAPI_KEY" variable in domain-status.sh
vim domain-status.sh

# Add your domains to the domains.txt file
vim domains.txt

# Run the script
./domain-status.sh

About

A bash script to check the registration status for a list of domains using the Domainr API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages