Git Product home page Git Product logo

emailverifier's Introduction

Email Verifier

EmailVerifier is a Python script that allows you to verify email addresses from a list of text files. It performs the following steps:

  1. Read Files: The script reads a list of text files containing email addresses.
  2. Ignore Non-Email Lines: It processes each file, ignoring lines that do not contain valid email addresses.
  3. Verify Emails: The script verifies the validity of each email address and filters out invalid ones.
  4. Save Output: It saves the verified and cleaned email addresses to an output file.

Getting Started

Prerequisites

Make sure you have Python 3.x installed on your system. You can download Python from python.org.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/BaseMax/EmailVerifier.git
  2. Change to the project directory:

    cd EmailVerifier
  3. Install the required dependencies using pip:

    pip install -r requirements.txt

Usage

You can run the EmailVerifier script with the following command:

python email_verifier.py input.txt output.txt

Replace input.txt with the path to your input text file containing email addresses and output.txt with the desired output file name.

Example

Let's assume you have a file named input.txt with the following content:

Running the script:

python email_verifier.py input.txt verified_emails.txt

After the script execution, the verified_emails.txt file will contain the verified and cleaned email addresses:

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Acknowledgments

If you have any questions or feedback, please feel free to open an issue.

Happy verifying!

Copyright 2023, Max Base

emailverifier's People

Contributors

basemax avatar maxianedison avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.