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.

Determining whether a state is truly unregistered is already supported in the Enhanced Mode.

Update

0.0.8

  • Hide Chrome Windows, using no-browser.
  • Record results to result.txt file.

0.0.6

  • Fixed bug

0.0.5

  • Add Enhanced Mode
  • Support for truly unregistered judgments

Usage

You need to install GmailChecker before.

pip install GmailChecker

Lite Mode

  1. Create a new .py file with the following codes.
from GmailChecker import GmailChecker
# Only Print Unregistered Result
GmailChecker.verify("admin@gmail.com")
# Print Alive Result
GmailChecker.verify("admin@gmail.com", 1)
  1. If you want to scan 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)

Enhanced Mode

  1. You should download chromedriver to file directory.

  2. Create a new .py file with the following codes.

from GmailChecker import GmailCheckerEnhanced
for i in range(9960001, 9969999):
    # By default only unregistered results will be output
    GmailCheckerEnhanced.scan(i)

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.8.tar.gz (4.5 kB view details)

Uploaded Source

Built Distributions

GmailChecker-0.0.8-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

GmailChecker-0.0.8-py2.py3-none-any.whl (5.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file GmailChecker-0.0.8.tar.gz.

File metadata

  • Download URL: GmailChecker-0.0.8.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.6

File hashes

Hashes for GmailChecker-0.0.8.tar.gz
Algorithm Hash digest
SHA256 1cf6438240343523823179c2ae824b74c2486b08f8fdd46abde7a37e5e5b0667
MD5 9f8ff0f0206a2f2dc7b6ea7de798c7a6
BLAKE2b-256 08107c7bc81e1e7df4ba7f63bf5e0bec15a322ffd036825bbd83f1274d33cce2

See more details on using hashes here.

Provenance

File details

Details for the file GmailChecker-0.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for GmailChecker-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 ebc3316967abd8af5cc60b50fe6cdf7dc7b2cca7d16902185ee373ada3c8f43b
MD5 38c7e5a8b86ff6765432bd4a23efe293
BLAKE2b-256 9ec069f8daf29ea7e7e426154e8ebc6ed0cb72c60fdd328e3ed9e814b3a49a33

See more details on using hashes here.

Provenance

File details

Details for the file GmailChecker-0.0.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for GmailChecker-0.0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 89a1ad52876475aaa9056f96c3fd31afc64e81ea402de2c7a29b2fe9da95c650
MD5 2f0c148561ef32be79f7254efa78356a
BLAKE2b-256 719363b86e1f6c380e2d3e65960b9779be9001c171fdd86c0c395485389bab6b

See more details on using hashes here.

Provenance

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