A Python library to load cookies from any browser on any platform. It supports Chrome, Firefox, Edge, Safari, Opera, Brave, and more. Version 0.5.6 is current, with active development on GitHub.
pip install rookiepyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load cookies from Chrome for a specific domain and print them as Netscape format.
Grant Full Disk Access to Terminal/iTerm2 in System Preferences > Security & Privacy > Privacy > Full Disk Access.
Ensure antivirus does not block rookiepy binaries. If issues persist, try running as administrator or using non-Chrome browser.
Use `from rookiepy import load` and call `load(domain=..., browser=[...])`. Do not use older import paths like `rookiepy.chrome`.
Upgrade to 0.5.3 or later, or pass the cookie path explicitly using `paths` argument.
Run `pip install rookiepy` and ensure you are using the correct Python environment.
Pass the domain string: `load(domain='example.com')`.
Grant Full Disk Access to your terminal or IDE in System Preferences > Security & Privacy > Privacy > Full Disk Access.
Use `browser=['chrome']` (singular) instead of `browsers`.
No dependency data recorded yet.