Answer the question
In order to leave comments, you need to log in
How to get data from site storage?
There are such session variables in the storage tab. How can they be recognized using python without going to this tab every time?
Tried to watch response cookies like this:
import requests
cl = requests.session()
cl.get('site')
print(cl.cookies.get_dict())
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