A client library for the Saldor API.
Project description
Saldor
Saldor is a Python client library for interacting with the Saldor.com API. It allows developers to easily integrate Saldor's services into their Python applications.
Installation
pip install saldor
Writing a basic app that uses the client:
import os
import saldor
client = saldor.SaldorClient(api_key=os.getenv("SALDOR_API_KEY"))
result = client.crawl(
url="URL",
params={},
max_pages=3,
)
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
saldor-0.0.10.tar.gz
(2.4 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 saldor-0.0.10.tar.gz.
File metadata
- Download URL: saldor-0.0.10.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b88b194c2f54533eeef3767513011422084c964fa18b076e4c1a5c1b9f1b8715
|
|
| MD5 |
5426fcab9e85c641808b2efb97d99400
|
|
| BLAKE2b-256 |
7fce265e3dbde2f826855b5048a7a7b233a098b78200ecd5032d6f6509886a5c
|
File details
Details for the file saldor-0.0.10-py3-none-any.whl.
File metadata
- Download URL: saldor-0.0.10-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c00d201394121114a323868d40a9b482a75578650899edd669dfef08adf0035b
|
|
| MD5 |
b996b7297f159be93106d96cc0ca66ef
|
|
| BLAKE2b-256 |
feeb53794fad9473f14cd3465a6c4d156bafb7339bffe6480f1acc8798e01e49
|