Skip to main content

gmail scanner

Project description

Gmail Scanner

Gmail Scanner is a Gmail mailbox scanner.

Description

Gmail Scanner has a multi-process mode that is very fast, and how fast it is depends on the performance of your machine.

The program will return only one results:

  • Unregistered: It means that the Gmail is not registered or is blocked.

Update

1.0.8

  • Fixed some bug

1.0.7

  • Fixed: out of range

1.0.6

  • Feat: support for special num

1.0.5

  • Fixed: logs dir

1.0.4

  • Feat: add logs dir

1.0.3

  • Feat: log to file

1.0.2

  • Fixed: print None
  • Feat: print batch num and email num

1.0.1

  • Fixed some bug

1.0.0

  • Record results to a csv file.

Usage

You need to install gmail_scanner before.

pip install gmail_scanner

Lite Mode

  1. Create a new .py file with the following codes.
from gmail_scanner.gmail_scanner import check_one_gmail

# Only Print Unregistered Result
# admin is email prefix
check_one_gmail(f"admin001")
  1. If you want to scan a lots of Gmail, you can use the following codes.
from gmail_scanner.gmail_scanner import scan_int_single, scan_int_multi

# single process mode(slow) to scan 6-digit gmail mailboxes
start_num = 0
end_num = 999999
email_length = 6
output_file = f'results.csv'
scan_int_single(start_num, end_num, email_length, output_file)

# multi process mode(fast) to scan 6-digit gmail mailboxes
start_num = 0
end_num = 999999
email_length = 6
output_file = f'results.csv'
batch_num = 1000
process_num = 20
scan_int_multi(start_num, end_num, email_length, output_file, batch_num, process_num)

PyPi

Docker

git clone https://github.com/Annihilater/gmail_scanner
cd gmail_scanner
cp config-example.yml config.yml
touch results.csv
mkdir logs

# edit the .env file

docker-compose up -d

Author

GmailScanner © coo, 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

gmail_scanner-1.0.8.tar.gz (6.9 kB view details)

Uploaded Source

File details

Details for the file gmail_scanner-1.0.8.tar.gz.

File metadata

  • Download URL: gmail_scanner-1.0.8.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for gmail_scanner-1.0.8.tar.gz
Algorithm Hash digest
SHA256 41baccbdccf10edfa5a3058f8e8bc18d648ad05fd08ab7b659c598cd552315d0
MD5 9b719ecada890413e44cc2ad01e8d139
BLAKE2b-256 afc233fcbf0199bdb7e9a9c22fbfe7fb520e57f10d08b311ef9987e1ac5a7e6e

See more details on using hashes here.

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