A bash script to check the registration status for a list of domains using the Domainr API
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