8000 GitHub - ArviiSoft/mail-checker: 🕵🏻‍♀️ 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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🕵🏻‍♀️ 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.

License

Notifications You must be signed in to change notification settings

ArviiSoft/mail-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📬 ArviS Mail Checker

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.


🧩 Features

  • ✅ Easy to use: run from a batch file or directly via Python
  • 📄 Configurable and extendable
  • 📦 Simple dependency management
  • 🔍 Terminal-based output

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/ArviiSoft/mail-checker.git
    cd mail-checker
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the script:

    • On Windows:
      Double-click başlat.bat

    • Or run via terminal:

      python main.py

📋 Requirements

Package Description
dnspython For DNS
python-whois For WHOIS

All dependencies are listed in requirements.txt.


▶️ Usage

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

🔄 Flowchart

+--------------+
|  başlat.bat  |
+------+-------+
       |
       v
+--------------+
|  main.py     |
+------+-------+
       |
       v
+--------------------+
| Email check logic  |
+------+-------------+
       |
       v
+------------------+
| Console output   |
+------------------+

📂 File Structure

Mail Checker/
├── başlat.bat
├── main.py
└── requirements.txt

📃 License

This project is licensed under the MIT License.


🙋‍♂️ Author

Developed by ArviS
Feel free to contribute or suggest improvements!

About

🕵🏻‍♀️ 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0