{"id":43869743,"url":"https://github.com/alltuner/cookietuner","last_synced_at":"2026-02-06T14:05:37.929Z","repository":{"id":334986872,"uuid":"1143438573","full_name":"alltuner/cookietuner","owner":"alltuner","description":"Extract and display cookies from macOS browsers (Chrome, Safari)","archived":false,"fork":false,"pushed_at":"2026-02-04T13:46:59.000Z","size":68,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T00:54:24.623Z","etag":null,"topics":["browser","chrome","cli","cookies","macos","python","safari"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alltuner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-27T15:27:29.000Z","updated_at":"2026-02-04T13:46:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alltuner/cookietuner","commit_stats":null,"previous_names":["alltuner/cookietuner"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alltuner/cookietuner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alltuner%2Fcookietuner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alltuner%2Fcookietuner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alltuner%2Fcookietuner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alltuner%2Fcookietuner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alltuner","download_url":"https://codeload.github.com/alltuner/cookietuner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alltuner%2Fcookietuner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","chrome","cli","cookies","macos","python","safari"],"created_at":"2026-02-06T14:05:35.371Z","updated_at":"2026-02-06T14:05:37.909Z","avatar_url":"https://github.com/alltuner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookietuner\n\nA command-line tool to extract and display cookies from macOS browsers.\n\n## Installation\n\nThe easiest way to run cookietuner is with [uv](https://docs.astral.sh/uv/):\n\n```bash\nuvx cookietuner\n```\n\nOr install it permanently:\n\n```bash\nuv tool install cookietuner\n```\n\n## Usage\n\n### List cookies\n\n```bash\n# Chrome cookies (browser is required)\ncookietuner cookies -b chrome\n\n# Safari cookies\ncookietuner cookies -b safari\n\n# Filter by domain\ncookietuner cookies -b chrome -d google.com\n\n# Use a specific Chrome profile\ncookietuner cookies -b chrome -p \"Profile 1\"\n```\n\n### Output formats\n\n```bash\n# Full table with all details (default)\ncookietuner cookies -b chrome -o table\n\n# Short table with just domain, name, value\ncookietuner cookies -b chrome -o short\n\n# Space-separated line format (for scripting)\ncookietuner cookies -b chrome -o line\n\n# JSON output\ncookietuner cookies -b chrome -o json\n```\n\n### List browser profiles\n\n```bash\n# List all profiles\ncookietuner profiles\n\n# Filter by browser\ncookietuner profiles -b chrome\n```\n\n## Features\n\n- **Chrome support**: Decrypts cookies using macOS Keychain, supports Chrome 130+ format\n- **Safari support**: Parses the binary cookies format with SameSite detection\n- **Multiple output formats**: table, short, and JSON\n- **Domain filtering**: Filter cookies by partial domain match\n- **Profile selection**: Choose which browser profile to read from\n- **Cookie metadata**: Shows expiration, Secure, HttpOnly, and SameSite flags\n\n## Requirements\n\n- macOS (the tool only works on macOS)\n- Python 3.14+\n- Chrome and/or Safari browser\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/alltuner/cookietuner.git\ncd cookietuner\n\n# Install dependencies\nuv sync\n\n# Run tests\nuv run pytest\n\n# Run the CLI\nuv run cookietuner\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falltuner%2Fcookietuner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falltuner%2Fcookietuner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falltuner%2Fcookietuner/lists"}