Project description
simple_cookie_downloader
a simple web page downloader based on requests.
Installation
pip install simple_cookie_downloader
Usage
from simple_cookie_downloader import get_page_with_cookie
# public url for testing
test_url = "https://httpbin.org/get"
# test cookie
test_cookies = {
"user_session" : "test_abc123" ,
"token" : "test_xyz789"
}
# webpage json/html text
result = get_page_with_cookie ( url = test_url , cookies = test_cookies )
print ( result )
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names .
The dropdown lists show the available interpreters, ABIs, and platforms.
Enable javascript to be able to filter the list of wheel files.
Copy a direct link to the current filters
Copy
File name
Interpreter
Interpreter
py3
ABI
ABI
none
Platform
Platform
any
File details
Details for the file simple_cookie_downloader-0.1.1.tar.gz.
File metadata
Download URL: simple_cookie_downloader-0.1.1.tar.gz
Upload date:
Apr 11, 2026
Size: 2.3 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: poetry/2.3.2 CPython/3.13.12 Windows/11
File hashes
Hashes for simple_cookie_downloader-0.1.1.tar.gz
Algorithm
Hash digest
SHA256
c91c8dc613b6a54d6d58febbf271d4886ae1ef5bc0ae7e639d9e98369b9b5e1e
Copy
MD5
f6c6d0179e6f9caae0912021ec32662d
Copy
BLAKE2b-256
a7f48bfe13df18e54a50badcd9480efa7e5f88957e8084fcf3752d47a0e592f2
Copy
See more details on using hashes here.
File details
Details for the file simple_cookie_downloader-0.1.1-py3-none-any.whl.
File metadata
File hashes
Hashes for simple_cookie_downloader-0.1.1-py3-none-any.whl
Algorithm
Hash digest
SHA256
5abcc998f85ecad3714fa809781be911c0ed4eb5d24bcc948a6ad56e755bfaa8
Copy
MD5
f2304b304ca8354ef21fbf0ba3e83958
Copy
BLAKE2b-256
36fc27d92d4b83ad14e411d7dd478097ff0b28e5f234764839ade221b005d371
Copy
See more details on using hashes here.