https://github.com/ritiek/email-validator
[OBSOLETE] Checks if an e-mail address exists or not
https://github.com/ritiek/email-validator
check command-line email exists library python validator
Last synced: 6 months ago
JSON representation
[OBSOLETE] Checks if an e-mail address exists or not
- Host: GitHub
- URL: https://github.com/ritiek/email-validator
- Owner: ritiek
- License: mit
- Created: 2017-08-24T05:02:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T18:07:07.000Z (over 7 years ago)
- Last Synced: 2024-10-14T00:22:25.057Z (7 months ago)
- Topics: check, command-line, email, exists, library, python, validator
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
**This tool is unnecessary work! There is a better
tool https://github.com/syrusakbary/validate_email
I did not know about earlier that uses SMTP
replies to validate e-mails and works for any service.**email-validator
===============|Build Status|
Checks if an e-mail address exists or not.
Installation
------------::
pip install evalidator
Those who can't wait for the next release:
::
python setup.py install
Command-line Usage
------------------::
$ evalidate [email protected]
(where `@email.com` is one of below supported services)
This will tell you if the given e-mail address exists on the internet or
not.Library Usage
-------------::
>>> import evalidator
>>> evalidator.validate('[email protected]')(where `@email.com` is one of below supported services)
Supported Services
------------------- Google Mail (@gmail.com)
- Yahoo! Mail (@yahoo.com)Please open a new issue if you would like to validate e-mail
addresses for some other e-mail service.License
-------``The MIT License``
.. |Build Status| image:: https://travis-ci.org/ritiek/email-validator.svg?branch=master
:target: https://travis-ci.org/ritiek/email-validator