Articles

Affichage des articles du octobre, 2022

تتتععع

 import random import requests token = input('\nEnter your token: ') ID = input('\nEnter your id: ') def Yahoo():              number = input("how many counts of email: ")       start_msg = requests.post(f"https://api.telegram.org/bot{token}/sendMessage?chat_id={ID}&text=Start (:").json()       id_msg = (start_msg['result']["message_id"])       n = 1       bad = 0       Done = 0       while 1:         random_number = "qwertyuioplkjhgfdsamnbvcxz1234567890"         user = str(''.join((random.choice(random_number) for i in range(int(number)))))         email = user+"@yahoo.com"         url = f"https://fars.gq/Emailtik/?email={email}"         req = requests.get(url).text         if 'Email Not linked' in req:         ...