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
ChromeWindows, using no-browser. - Record results to
result.txtfile.
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
- Create a new
.pyfile 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)
- 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
-
You should download
chromedriverto file directory. -
Create a new
.pyfile 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
Author
GmailValidChecker © Vincent Young, Released under the 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file GmailChecker-1.0.0.tar.gz.
File metadata
- Download URL: GmailChecker-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c966e0428852fc8ca145e6937cfe66136efc25fa3db866ce1995364ca5acf572
|
|
| MD5 |
a90d4fffc7ee970de8c0c613b5ce9e4f
|
|
| BLAKE2b-256 |
49784f630334896974a0e7752988d2d2b79914a7b2310e026c5b4faac597cdb1
|
File details
Details for the file GmailChecker-1.0.0-py3-none-any.whl.
File metadata
- Download URL: GmailChecker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8ab62b50101bed5758f8baee8d15454ccdc40a5ec6649f1bde2fbdb0e52ba49
|
|
| MD5 |
00def28a7b084a2270c7f3d19ccd2c39
|
|
| BLAKE2b-256 |
6d9f03bfba3b5395bbbcf576f1c6a5f510bf958c830ebfdde0feb97824d1303a
|