rookie
Load cookies from your web browsers
Install
cargo add rookie
Usage
use ;
Bindings
There's Python bindings to rookie
pip install rookiepy
And the usage it similar to original
=
Limitations
Chrome version 114 or later, when running on Windows, secures cookie files by locking them for enhanced security. To work with this, you have two options:
-
Use a command-line flag: Disable this feature by adding the following command-line flag when launching Chrome:
chrome.exe --disable-features=LockProfileCookieDatabase. -
Terminate Chrome processes if needed: Alternatively, you can terminate
chrome.exeprocesses if you encounter any issues related to locked cookie files.