saying121 / tidy-browser

https://crates.io/crates/tidy-browser
Other
0 stars 0 forks source link

Feature suggestion for decrypt_cookies: extract to reqwest cookie jar #1

Closed emarsden closed 5 days ago

emarsden commented 2 weeks ago

For the decrypt_cookies crate, it would be useful to be able to supply the cookies available as a cookie_jar for the reqwest crate, making it easy to make HTTP reqwests using auth data from a browser. For example using the API in the (unmaintained) bench_scraper crate.

https://github.com/goakley/bench_scraper

saying121 commented 2 weeks ago

I may need a few weeks before I can come back to discuss how to implement this feature. I'm currently occupied with some matters at company.