Load firefox cookies to CookieJar (requests compatible format).
Install
pip install firefox_jar
Usage
>>> import requests >>> from firefox_jar import firefox_jar>>> with requests.session() as s: ... s.cookies = firefox_jar() ... r = s.get('http://yandex.ru') ... assert 'imbolc' in r.text # you should be logged in ff
Release files for firefox_jar 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| firefox_jar-0.0.3.tar.gz | 2.4 kB | Details |
Release files / firefox_jar-0.0.3.tar.gz
| Download URL | firefox_jar-0.0.3.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2cfbe490d026961ecd9476bd30e608ecb598f914053c7d17aaaae706836dc492
|
|
BLAKE2b-256 checksum How to use checksums |
fda0217da76a16b25349f333c8920264381d24cee66f4e02d1697e2bf9a8516e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|