set_cookies
Using set_cookies
, you can set your account cookies to avoid having to request the authorization link repeatedly.
from crushon import Client
client = Client()
client.set_cookies(cookies={"here Your Cookies!"})
To find out how to obtain cookies, you can refer to this: how to get cookies?
Last updated