A lightweight, script-based email checker written in Python. This utility allows you to verify and process email data from a file or service. Ideal for small-scale verification tasks or automation scenarios.
- ✅ Easy to use: run from a batch file or directly via Python
- 📄 Configurable and extendable
- 📦 Simple dependency management
- 🔍 Terminal-based output
-
Clone the repository:
git clone https://github.com/ArviiSoft/mail-checker.git cd mail-checker
-
Install dependencies:
pip install -r requirements.txt
-
Run the script:
-
On Windows:
Double-clickbaşlat.bat
-
Or run via terminal:
python main.py
-
Package | Description |
---|---|
dnspython |
For DNS |
python-whois |
For WHOIS |
All dependencies are listed in
requirements.txt
.
python main.py
Depending on the implementation in main.py
, this script will:
- Load a list of emails
- Send validation requests (e.g., via API or regex)
- Print results with color-coded status
+--------------+
| başlat.bat |
+------+-------+
|
v
+--------------+
| main.py |
+------+-------+
|
v
+--------------------+
| Email check logic |
+------+-------------+
|
v
+------------------+
| Console output |
+------------------+
Mail Checker/
├── başlat.bat
├── main.py
└── requirements.txt
This project is licensed under the MIT License.
Developed by ArviS
Feel free to contribute or suggest improvements!