Hey all, I'm building a simple CLI that scrapes some content off a private page. For this, the CLI must first login to the website. How do I keep this connection open across multiple restarts of the CLI. Is there any way of utilizing the cookies that are set by the website on successful login (they have an expiry period of 1 month)? Could you please share some example code to achieve the same?
Thank you
