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" )
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distributions
File details
Details for the file cookie-eater-1.0.0.tar.gz
.
File metadata
Download URL:
cookie-eater-1.0.0.tar.gz
Upload date:
Mar 11, 2017
Size: 8.3 kB
Tags: Source
Uploaded using Trusted Publishing? No
File hashes
Hashes for cookie-eater-1.0.0.tar.gz
Algorithm
Hash digest
SHA256
84d2f3f1c3276aea7236e7553b9b178faf790441d1671198de9aa6b359c66b9a
Copy
MD5
73bd8cea0049c9d5b89df1a8387690af
Copy
BLAKE2b-256
5c745f3ecbc6a3fd356886a75b119a1a9c2e4f43e5e5d3e94805b2e5120c6345
Copy
See more details on using hashes here.
File details
Details for the file cookie_eater-1.0.0-py3-none-any.whl
.
File metadata
File hashes
Hashes for cookie_eater-1.0.0-py3-none-any.whl
Algorithm
Hash digest
SHA256
be3a7fb3193101f9fd0299f26af04a0ef8ca5bde287383c2fe80683f25c2a8ce
Copy
MD5
f64dfc671a1d62d397848583ccda890d
Copy
BLAKE2b-256
0d9fc5f4b116b669ec90fdb7b84e13929b6536040dcdee895080be446af3e5e6
Copy
See more details on using hashes here.
File details
Details for the file cookie_eater-1.0.0-py2-none-any.whl
.
File metadata
File hashes
Hashes for cookie_eater-1.0.0-py2-none-any.whl
Algorithm
Hash digest
SHA256
9afa2a2727ecb0064c550fbc56adc760e5f75df3a9b06e17315b95f13e62633d
Copy
MD5
3a1bdb7190c40d9e818d21a22eb35f6a
Copy
BLAKE2b-256
ba9952e10ea583a976e759cf00d57bec36852903e7bea03929e814b8b7b41048
Copy
See more details on using hashes here.