{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Extracts cookies from your browser's local storage and loads them into a Python cookiejar object for use with HTTP libraries.","skillfed_tags":["web-scraping","browser-automation","cookie-management"],"use_cases":["Web scraping sites where you're already logged in, reusing your browser session to avoid re-authentication.","Automated testing of web applications using your real user session and cookies.","Downloading content from authenticated services without hardcoding credentials in your scripts.","Building tools that interact with web APIs on your behalf using your existing browser login state.","Extracting specific cookies from your browser for use in curl, wget, or other tools via the CLI."],"what_it_does":"browser-cookie3 is a Python library that reads cookies stored by your web browser (Chrome, Firefox, Safari, Edge, Brave, Opera, and others) and exposes them as a standard Python cookiejar object. This allows you to use those cookies with HTTP libraries to make authenticated requests without needing to log in programmatically or manage credentials directly.\n\nThe package works by locating and parsing the browser's local cookie storage\u2014typically SQLite databases or text files depending on the browser\u2014and decrypting them where necessary. You can load all cookies from all browsers, filter by a specific browser, or filter by domain. It includes both a Python API and a command-line interface for extracting individual cookies.","worth_installing":"Yes, if you need to reuse browser cookies for web scraping or automation. Install friction is low and there are no known vulnerabilities. The main caveat is dormant maintenance (last release 602 days ago), so compatibility with very new browser versions is uncertain; test against your target browsers first. The lgpl copyleft license is permissive for most use cases but requires derivative works to remain open-source."},"id":"browser-cookie3","links":{"html":"https://skillfed.io/packages/browser-cookie3","md":"https://skillfed.io/packages/browser-cookie3.md","pypi":"https://pypi.org/project/browser-cookie3/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-12-20","license_spdx":null,"license_treatment":"copyleft","name":"browser-cookie3","python_support":"unspecified","summary":"Loads cookies from your browser into a cookiejar object so can download with urllib and other libraries the same content you see in the web browser."},"popularity":{"monthly_downloads":2939881,"position":2816,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.20.1"}
