sorum şu ;
while True:
self.device = eval(random.choice(self.devices))
Solver(self.device["device_id"], self.device["install_id"]).solve_captcha()
email = f"{''.join(random.choices(string.ascii_letters.lower() + string.digits, k=10))}@txcct.com"
password = ''.join(random.choices(string.ascii_letters + string.ascii_uppercase, k=11)) + "1!"
self.send_code(email, password)
while True:
messages = requests.get(f"https://www.1secmail.com/api/v1/?action=getMessages&login={email.split('@')[0]}&domain={email.split('@')[1]}").json()
if messages:
break
code = ''.join(re.findall(r'\b\d+\b', messages[0]["subject"]))
self.verify_code(code, email, password)burda device id alıcak ama device id ye ne yazcağımı bilmiyorum yardımcı olabilcek varmı ?