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.pyDepending 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!