{"id":14460081,"url":"https://github.com/mherod/get-cookie","last_synced_at":"2025-10-13T18:58:06.648Z","repository":{"id":40200110,"uuid":"492324393","full_name":"mherod/get-cookie","owner":"mherod","description":"Node.js tool for querying a local user's Chrome or Firefox cookies","archived":false,"fork":false,"pushed_at":"2024-06-08T12:11:11.000Z","size":921,"stargazers_count":4,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-01T21:04:15.851Z","etag":null,"topics":["chrome","firefox","node-crypto","nodejs","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mherod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-05-14T21:01:00.000Z","updated_at":"2024-08-29T04:41:13.000Z","dependencies_parsed_at":"2023-02-18T16:01:04.432Z","dependency_job_id":"c5a23ac2-7c6e-4ee4-bb22-9623dfd00c08","html_url":"https://github.com/mherod/get-cookie","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mherod%2Fget-cookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mherod%2Fget-cookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mherod%2Fget-cookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mherod%2Fget-cookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mherod","download_url":"https://codeload.github.com/mherod/get-cookie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231294144,"owners_count":18354140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chrome","firefox","node-crypto","nodejs","sqlite3"],"created_at":"2024-09-01T21:00:55.355Z","updated_at":"2025-10-13T18:58:01.390Z","avatar_url":"https://github.com/mherod.png","language":"TypeScript","readme":"# get-cookie\n\n## What is it?\n\nget-cookie is a command line utility that allows you to get the value of a cookie from your locally installed browser.\nIt is useful for testing web pages that require authentication.\n\n## Installation\n\nTo install get-cookie, run the following command:\n\n        $ npm install @mherod/get-cookie --global\n\n**Note: Currently only macOS is supported. Windows support is planned for a future release.**\n\n## How do I use it?\n\nTo use get-cookie, run the following command:\n\n        $ get-cookie \u003ccookie-name\u003e \u003cdomain\u003e\n\nFor example, to get the value of the `auth` cookie on the `www.example.com` domain, run the following command:\n\n        $ get-cookie auth www.example.com\n\nThe output of the command will be the value of the cookie.\n\nThe library can also be used as a module.\n\n```javascript\nconst { getCookie } = require(\"@mherod/get-cookie\");\ngetCookie(\"auth\", \"www.example.com\").then(console.log);\n```\n","funding_links":[],"categories":["chrome"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmherod%2Fget-cookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmherod%2Fget-cookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmherod%2Fget-cookie/lists"}