{"id":16790294,"url":"https://github.com/cdgriffith/cookieeater","last_synced_at":"2026-01-24T16:43:31.212Z","repository":{"id":62564755,"uuid":"79299993","full_name":"cdgriffith/CookieEater","owner":"cdgriffith","description":"Browser Cookie Management","archived":false,"fork":false,"pushed_at":"2017-03-11T04:18:47.000Z","size":21,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T17:20:39.212Z","etag":null,"topics":[],"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/cdgriffith.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-18T03:35:16.000Z","updated_at":"2019-03-11T12:11:35.000Z","dependencies_parsed_at":"2022-11-03T16:00:52.906Z","dependency_job_id":null,"html_url":"https://github.com/cdgriffith/CookieEater","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FCookieEater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FCookieEater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FCookieEater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FCookieEater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdgriffith","download_url":"https://codeload.github.com/cdgriffith/CookieEater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235209008,"owners_count":18953006,"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":[],"created_at":"2024-10-13T08:29:24.435Z","updated_at":"2025-10-04T02:30:44.046Z","avatar_url":"https://github.com/cdgriffith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"CookieEater\n===========\n\n|BuildStatus| |CoverageStatus|\n\n**Browser Cookie Management**\n\nOverview\n--------\n\nFirefox and Chrome Cookie management. (Chrome requires SQLite 3.8 or greater.)\n\nInstall\n-------\n\n.. code::\n\n        pip install cookie-eater\n\nCI tests run on:\n\n* Python 2.6+\n* Python 3.3+\n* Pypy\n\n\nExample Usage\n~~~~~~~~~~~~~\n\n.. code:: python\n\n        import cookie_eater\n\n        fox = cookie_eater.FirefoxCookies()\n        # Automatically uses the DB of the default profile, can specify db=\u003cpath\u003e\n\n        fox.add_cookie(\"example.com\", \"MyCookie\", \"Cookie contents!\")\n\n        fox.find_cookies(host=\"Example\")\n        # [{'host': u'example.com', 'name': u'MyCookie', 'value': u'Cookie contents!'}]\n\n        fox.delete_cookie(\"example.com\", \"MyCookie\")\n\n\n\n\n.. |CoverageStatus| image:: https://coveralls.io/repos/github/cdgriffith/CookieEater/badge.svg?branch=master\n   :target: https://coveralls.io/github/cdgriffith/CookieEater?branch=master\n.. |BuildStatus| image:: https://travis-ci.org/cdgriffith/Reusables.svg?branch=master\n    :target: https://travis-ci.org/cdgriffith/Reusables\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdgriffith%2Fcookieeater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdgriffith%2Fcookieeater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdgriffith%2Fcookieeater/lists"}