Answer the question
In order to leave comments, you need to log in
Regarding post requests of the requests library. There is a problem. How to decide?
There is a page where you need to receive a call to your phone - https://passport.yandex.ru/registration
s = requests.Session()
response = s.post("https://passport.yandex.ru/registration", data = data, headers = headers)
data = {
"password" : "juH/KJ7y$t87",
"password_confirm" : "juH/KJ7y$t87",
"phone" : "9543211234"
}
#имя, фамилию и логин для получения подтверждающего звонка заполнять не обязательно
#достаточно лишь пароля и его подтверждения с номером телефона, куда поступит звонок
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