Skip to content

Instantly share code, notes, and snippets.

View superdima05's full-sized avatar
🏠
Working from home

Dmitriy superdima05

🏠
Working from home
View GitHub Profile
@superdima05
superdima05 / newauth.py
Created January 6, 2022 16:09
New Yandex authorization
import requests, json
import urllib.parse
from bs4 import BeautifulSoup
login = ""
password = ""
secondAttempt = "" # Enter your trackID, if you were redirected to verification page.
# For Charles
verify = True