Skip to content

Python tool that allows you to check big list of domains for expire date

Notifications You must be signed in to change notification settings

sinor-stresser/expired-domain-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Domain Expiry Checker

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. ⏳

πŸš€ Made by

πŸ”— emailnightmare.com

✨ Features

βœ… Checks domain expiration date βœ… Outputs results to done.txt βœ… Waits 4 seconds between each check to avoid rate limits

πŸ› οΈ Installation

πŸ“Œ Prerequisites

Ensure you have Python installed. You also need the whois module, which you can install using:

pip install python-whois

🎯 Usage

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. πŸ“œ

πŸ“Œ Example Output

🌐 Made by https://emailnightmare.com
βœ… example.com - Expires on: 2025-06-15
❌ anotherdomain.com - Error: No whois data found

πŸ“œ License

This script is provided as-is with no warranty. Feel free to modify and use it. πŸ› οΈ

Releases

No releases published

Packages

No packages published

Languages