Skip to main content

Gmail validity checker

Project description

GmailValidChecker

Gmail validity checker

Description

The program will return only two results:

  • Alive: means that everything is fine with this Gmail and is being used.
  • Unregistered: It means that the Gmail is not registered or is blocked.

You must be aware that an Unregistered status does not mean that you are truly unregistered. The program cannot determine whether Gmail is unregistered or blocked.

Usage

  1. You need to install GmailChecker before.
pip install GmailChecker
  1. Create a new .py file with the following codes.
from GmailChecker import GmailChecker
GmailChecker.verify("admin@gmail.com")
  1. If you want to sweep Gmails in bulk, you can use the following codes.
from GmailChecker import GmailChecker
for i in range(1000000, 9999999):
    email = str(i) + '@gmail.com'
    GmailChecker.verify(email)

Pypi

Reference Articles

Abusing Gmail to get previously unlisted e-mail addresses

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GmailChecker-0.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distributions

GmailChecker-0.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

GmailChecker-0.0.3-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page