What is get-cookie? โ
get-cookie
is a Node.js module designed to securely retrieve cookies from your local browsers. It provides a simple and secure way to access browser cookies programmatically, with support for multiple browsers and profiles.
Key Features โ
- Multi-Browser Support: Query cookies from Chrome, Firefox, and Safari browsers
- Secure Handling: Safe cookie extraction with proper encryption handling
- TypeScript Ready: Built with TypeScript for excellent type safety and IDE support
- Profile Support: Access cookies from different browser profiles
- CLI Tool: Easy to use command-line interface included
Use Cases โ
- Automated testing requiring browser cookies
- Development tools needing cookie access
- Browser automation scripts
- Cookie management utilities