Skip to content

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

 
 
 

Contributors