Skip to main content

Browser Cookie Management

Project description

BuildStatus CoverageStatus

Browser Cookie Management

Overview

Firefox and Chrome Cookie management. (Chrome requires SQLite 3.8 or greater.)

Install

pip install cookie-eater

CI tests run on:

  • Python 2.6+

  • Python 3.3+

  • Pypy

Example Usage

import cookie_eater

fox = cookie_eater.FirefoxCookies()
# Automatically uses the DB of the default profile, can specify db=<path>

fox.add_cookie("example.com", "MyCookie", "Cookie contents!")

fox.find_cookies(host="Example")
# [{'host': u'example.com', 'name': u'MyCookie', 'value': u'Cookie contents!'}]

fox.delete_cookie("example.com", "MyCookie")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cookie-eater-1.0.0.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distributions

cookie_eater-1.0.0-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

cookie_eater-1.0.0-py2-none-any.whl (12.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page