Browser Cookie Management
Project description
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
Release history Release notifications | RSS feed
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)
Built Distributions
Close
Hashes for cookie_eater-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be3a7fb3193101f9fd0299f26af04a0ef8ca5bde287383c2fe80683f25c2a8ce |
|
MD5 | f64dfc671a1d62d397848583ccda890d |
|
BLAKE2b-256 | 0d9fc5f4b116b669ec90fdb7b84e13929b6536040dcdee895080be446af3e5e6 |
Close
Hashes for cookie_eater-1.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9afa2a2727ecb0064c550fbc56adc760e5f75df3a9b06e17315b95f13e62633d |
|
MD5 | 3a1bdb7190c40d9e818d21a22eb35f6a |
|
BLAKE2b-256 | ba9952e10ea583a976e759cf00d57bec36852903e7bea03929e814b8b7b41048 |