Skip to main content

أداة لفحص البريد الإلكتروني.

Project description

هذه المكتبة مبنية على سكربت مقدم من المستخدم، وتقوم بفحص ما إذا كان بريد إلكتروني معين قد ظهر في أي من اختراقات.

التثبيت

يمكنك تثبيت المكتبة باستخدام pip:

pip install Mail_check_JACK

الاستخدام كمكتبة Python

يمكنك استيراد الوظائف واستخدامها في مشاريعك الخاصة.

مثال 1: فحص وطباعة النتيجة

from Mail_check_JACK.core import cemail, esult
email_to_check = "gsksvsksksj@gmail.com"#مثال
status, response_text = check_email(email_to_check)
if status is None:
    print(f"صار خطأ: {response_text}")
elif status == 200:
    pretty_print_result(response_text)
else:
    print(f"صار خطأ بل خادم (HTTP {status}):\n{response_text}")

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

mail_check_jack-0.1.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mail_check_jack-0.1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file mail_check_jack-0.1.0.tar.gz.

File metadata

  • Download URL: mail_check_jack-0.1.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.10

File hashes

Hashes for mail_check_jack-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c273248ab2f3c9f3c9f8d588069c408e05b3465e70eb31600b4655d6563ee6c8
MD5 46ceeb2e59d7908df7a062a4fa6e683f
BLAKE2b-256 6a754748843f6cea65bd6c745b7924559f58ff8278f705a48dc3464b17d92f25

See more details on using hashes here.

File details

Details for the file mail_check_jack-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mail_check_jack-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0bb34ee95281d759e03fb25badb84b1a11eb6b1958cad75fd05a8e3acad50089
MD5 f742f378e1a4993def242d6e10f8e9be
BLAKE2b-256 e3a89ede67dc2328387144d9d0694260c2047ba55f325e346ea332564a22d8b8

See more details on using hashes here.

Supported by

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