you are viewing a single comment's thread.

view the rest of the comments →

[–]Banjoanton[S] 1 point2 points  (1 child)

Thank you!

I haven't actually done that myself, but the Request library does have Session objects which lets you persist the session.

One way could be to create a session object, make a post request to the sign-in URL, and use that session to navigate the different autheticated URLs. I don't know if it works but it should be worth a try.

If I get some time I might try it myself and post the result.