alexdlaird / amazon-orders

A CLI and library for interacting with Amazon order history
https://amazon-orders.readthedocs.io/en/latest
MIT License
14 stars 7 forks source link

Use Requests Cookie Jar to Persist Session Between Runs #1

Closed alexdlaird closed 8 months ago

alexdlaird commented 8 months ago

Requests's CookieJar can be saved and loaded to persist session data across runs.

https://scrapfly.io/blog/save-and-load-cookies-in-requests-python/