A Python wrapper for the Internet Archive's Save Page Now API.
Project description
save-page-now-api
A wrapper for Internet Archive Wayback Machine's Save Page Now API.
Usage
from save_page_now_api import SavePageNowApi
api = SavePageNowApi(token="XXX:YYY")
result = api.save("https://example.com")
print(result)
"""
{
'url': 'https://example.com',
'job_id': 'spn2-XXXXXXXXXXXXXX'
}
"""
Installation
pip install save-page-now-api
Test
python -m unittest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
save_page_now_api-0.1.1.tar.gz
(20.6 kB
view details)
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.
Copy a direct link to the current filters
File details
Details for the file save_page_now_api-0.1.1.tar.gz.
File metadata
- Download URL: save_page_now_api-0.1.1.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f54ac6a158b79811f1c7611912ca182f838ca7d2bfe79caf57faf9fe51fc031
|
|
| MD5 |
bc3d99a3deeb2561d5078513c9f5e3f5
|
|
| BLAKE2b-256 |
4f0b540138b82b4a1c4a828809d28df43d36fbb33f07066e3f663da783336fe1
|
File details
Details for the file save_page_now_api-0.1.1-py3-none-any.whl.
File metadata
- Download URL: save_page_now_api-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90121746c65e28c06778eba7bbb336ee60c822833bfc6e6cbc2e26223feff644
|
|
| MD5 |
0dc329a3c08052a374c4dba89bef89d6
|
|
| BLAKE2b-256 |
3254669d9e337e60e159bf596978c971002e7ac3fcff47f3678b765ac2ae1918
|