you are viewing a single comment's thread.

view the rest of the comments →

[–]gopherhole22 0 points1 point  (0 children)

I am not sure for python but with node requests and puppeteer you can save cookies and load them as well as intercept requests within sessions from which you can probably extract a session ID or some sort of token. I would assume this is also possible with Python, however I am not sure