Skip to main content

A Python tool for checking if an email is linked to Snapchat, Twitter, or Instagram accounts.

Project description

JackSocialChecker

أداة بايثون للتحقق مما إذا كان البريد الإلكتروني مرتبطًا بحسابات Snapchat أو Twitter أو Instagram. `

pip install jack_social_checker

الاستخدام

  1. إنشاء email.txt: قم بإنشاء ملف يسمى email.txt في نفس دليل تشغيل السكريبت. يجب أن يحتوي هذا الملف على قائمة بعناوين البريد الإلكتروني، كل عنوان في سطر منفصل.

    email1@example.com
    email2@example.com
    
  2. إنشاء proxies.txt (اختياري): إذا كنت ترغب في استخدام بروكسيات، فقم بإنشاء ملف يسمى proxies.txt يحتوي على قائمة بالبروكسيات، كل بروكسي في سطر منفصل. يمكن أن تكون البروكسيات بتنسيق IP:PORT.

    192.168.1.1:8080
    192.168.1.2:8080
    
  3. تشغيل الأداة:

    from jack_social_checker.checker import JackSocialChecker
    import sys
    
    try:
        with open("email.txt", "r") as text:
            emails_to_check = text.read().strip().splitlines()
    except FileNotFoundError:
        print("email.txt not found. Please create it with emails to check.")
        sys.exit(1)
    
    try:
        with open("proxies.txt", "r") as pro:
            proxy_list = pro.read().strip().splitlines()
    except FileNotFoundError:
        print("proxies.txt not found. Please create it with proxies.")
        proxy_list = []
    
    print("""
    [+] 1 - للجميع (تويتر، انستغرام، سناب شات)[+]
    [===================================================]
    [+] 2 - فحص بريد تويتر [+]
    [===================================================]
    [+] 3 - فحص بريد انستغرام [+]
    [===================================================]
    [+] 4 - فحص بريد سناب شات [+]
    
    مثال على اختيار متعدد: 2 3 أو 4 3 هكذا :)
    
    """)
    
    user_choice = str(input("أدخل الرقم من فضلك:"))
    num_threads = int(input("[+] أدخل عدد الثريدات [+]:"))
    proxy_type_choice = int(input("[1] Http/Https ---- [2] socks4 ------ [3] socks5 [أدخل الرقم فقط]:"))
    
    checker = JackSocialChecker(emails_to_check, proxy_list, user_choice, num_threads)
    checker.start(proxy_type_choice)
    

الميزات

  • التحقق من ارتباط البريد الإلكتروني بحسابات Instagram و Twitter و Snapchat.
  • دعم البروكسيات (HTTP/HTTPS، SOCKS4، SOCKS5).
  • العمل متعدد الخيوط (Multithreading) لتحسين الأداء.

الاعتمادات

  • requests
  • threading
  • queue

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

jack_social_checker-0.1.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

jack_social_checker-0.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for jack_social_checker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6f004fcd72ff0478bcd4419db4cb268e12a4af5b90f380f8ecdfd0635ac0a86a
MD5 d453672ac08e5fe5d42399de8db7e9a9
BLAKE2b-256 e92af43af09160d487c66833e491a9a0701a91d6d4f51e296d9ad171c69ae9f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jack_social_checker-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 39ad4bb9c12281a7d1661d4b022aeb508bb2a19b4b45fbfc5636bd28a5f4b31a
MD5 e41a6015957a60bf7a0b26721b122172
BLAKE2b-256 7b9030e3553bf5102184d262b3f79d189ce7634d30b549bb2dad61748219ea48

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