At the entrance to the site, you must log in. As I understand it, making it necessary to save cookies and then use them? How to implement it? My sketches
s = requests.Session() r = s.get('https://login.dnevnik.ru/login', auth = ('log', 'pass')) r = s.get('https://dnevnik.ru/user/') print(r.text)