Project description
simple_cookie_downloader
a simple web page downloader based on requests.
Installation
pip install simple_cookie_cownloader
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.0.tar.gz.
File metadata
Download URL: simple_cookie_downloader-0.1.0.tar.gz
Upload date:
Apr 10, 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.0.tar.gz
Algorithm
Hash digest
SHA256
c23d6ed0b4fe75218f3722d067464bc2ba2b946aefc65f1b82169556b1ae1e6d
Copy
MD5
b9c5b4e471d5e72d31dc62455f733774
Copy
BLAKE2b-256
2c33fde3f2777c0ee68171f4de3c300b3e046f1704a239d4101c3451b1392f6b
Copy
See more details on using hashes here.
File details
Details for the file simple_cookie_downloader-0.1.0-py3-none-any.whl.
File metadata
File hashes
Hashes for simple_cookie_downloader-0.1.0-py3-none-any.whl
Algorithm
Hash digest
SHA256
fff324543361e182f23902dc93e3b35ff9a5f7f3a641859c58bf88a78c2c57cf
Copy
MD5
d80af3a6302474156502afb944798694
Copy
BLAKE2b-256
24f62d1b00cadfad2082261c687164d0af542a24396711afff34359c8197d6c6
Copy
See more details on using hashes here.