A simple and efficient Python script to check the expiration status of domains listed in domains.txt
. The results are saved in done.txt
, with a 4-second delay between each check. β³
β
Checks domain expiration date
β
Outputs results to done.txt
β
Waits 4 seconds between each check to avoid rate limits
Ensure you have Python installed. You also need the whois
module, which you can install using:
pip install python-whois
1οΈβ£ Place your domains in domains.txt
(one per line). π
2οΈβ£ Run the script: πββοΈ
python check_domain_expiry.py
3οΈβ£ The results will be printed in the terminal and saved in done.txt
. π
π Made by https://emailnightmare.com
β
example.com - Expires on: 2025-06-15
β anotherdomain.com - Error: No whois data found
This script is provided as-is with no warranty. Feel free to modify and use it. π οΈ