Answer the question
In order to leave comments, you need to log in
Why is it giving a 406 error?
import requests
import random, string
import subprocess
import time, os
email = ('[email protected]')
jop = ('dghwgliwehfo')
value = True
while value:
pass1 = (jop)
r = requests.post("https://vto.pe/webapi/new/register", data={'email': email, 'password': pass1})
time.sleep(1)
if r.status_code == 400:
print('Ошибка')
print(r)
elif r.status_code == 200:
print('Аккаунт успешно создан')
print('почта: ', email, 'pass: ', pass1)
else:
print(r)
input()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question