how get cookies

To obtain cookies, you first need to authenticate using login and confirm. After successful authentication, you can retrieve the cookies from the client object. Here’s an example:

#Some auth code
print(client.cookies) #get cookies

Last updated