Project description
get-browser-cookies
Uses the browser_cookie3
package to download cookies from your browser (Chrome or Firefox).
Quickstart
# Install via pip
pip install get-browser-cookies
# Or install via pipx
pipx install get-browser-cookies
# Run
get-browser-cookies --browser chrome --domain "mail.google.com"
Usage
usage: get-browser-cookies [-h] --domain DOMAIN [--path PATH] --browser {chrome,firefox}
optional arguments:
-h, --help show this help message and exit
--domain DOMAIN
--path PATH
--browser {chrome,firefox}
Development
Setup
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
Release
# Activate venv
source .venv/bin/activate
# Delete old builds
rm -rf build dist
# Increment version
vim get_browser_cookies/version.py
# Build package
python setup.py sdist bdist_wheel
# Upload to Test PyPI
twine upload -r testpypi dist/*
# Upload to Test PyPI
twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file get-browser-cookies-0.1.1.tar.gz
.
File metadata
-
Download URL: get-browser-cookies-0.1.1.tar.gz
- Upload date:
-
Size: 2.9 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Hashes for get-browser-cookies-0.1.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
ddf68c4b15c95fa7b0eafbccedbe8b71072db6de018116947b5ca1313ca8f5dc
|
|
MD5 |
377207b8a1c3f4b8d5a8a89e54479183
|
|
BLAKE2b-256 |
468ea5e685c73b97598ce8ce64ce8191abeb34922e80a787e69364254eb28529
|
|
See more details on using hashes here.
File details
Details for the file get_browser_cookies-0.1.1-py3-none-any.whl
.
File metadata
-
Download URL: get_browser_cookies-0.1.1-py3-none-any.whl
- Upload date:
-
Size: 3.7 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Hashes for get_browser_cookies-0.1.1-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
84df3397fd0ea6969c071a58763b2e689b046173d42932de109d4742360512c9
|
|
MD5 |
9fcbe56d8b31dfcaf473aaa9db968602
|
|
BLAKE2b-256 |
0df11514ca948352fb3d5ea72276e0d0a749461534cf31cd51fcba494308f2ce
|
|
See more details on using hashes here.