Skip to content

Abhi5h3k/email-verify-bot

Repository files navigation

🔥 email-verify-bot 🔥

Abhishek LinkedIn Abhishek StackOverflow

Check email validity across multiple domains like AOL, Yahoo, and Comcast using Selenium-based automation.


🚀 Use Case

Use this tool to identify valid registered user emails from a list across common providers.


⚙️ Setup

✅ Requirements


🧪 Installation (using uv)

We use uv for faster dependency and script management.

  1. Install uv:

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Clone repo and install dependencies:

    uv pip install -r requirements.txt
    
  3. Download compatible chromedriver

    • Match your Chrome version.
    • Rename to chromedriver.exe and place inside the driver/folder.

▶️ Run the Bot

uv run run.py --domain 1 --input email_list.txt --sleep 5 --no-headless --skip-other-domain

CLI Options:

Flag Description Example
--domain Email domain (1=AOL, 2=Yahoo, 3=Comcast) --domain 1
--input Path to input file containing emails --input email_list.txt
--sleep Delay in seconds between actions --sleep 5
--no-headless Launch browser in visible mode (not headless)
--skip-other-domain Skip emails not matching selected domain

🆘 Help

To see CLI usage and all available options:

uv run run.py --help

📦 Build Standalone Executable (Optional)

If you prefer a single .exe for distribution:

pyinstaller --onefile run.py

🔥V2 color console + progress bar

color console

Yahoo

yahoo email bot

AOL

AOL email bot

Comcast

comcast email bot

Authors

About

Multiple Email Validator / verifier / deliverability ex: AOL, YAHOO, COMCAST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages