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
Sign up for an account at console.saldor.com, get an API Key, and set that value as an environment variable SALDOR_API_URL.
Writing a basic app that uses the client:
import os
import saldor
client = saldor.SaldorClient()
result = client.crawl(
url="URL",
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
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.14.tar.gz.
File metadata
- Download URL: saldor-0.0.14.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fddb5794b14f30d5018300a7cb5865cbd0fdd52eab59ef917c07a0d9579bfc9
|
|
| MD5 |
43154ca183598cf3008ccd4464de8a78
|
|
| BLAKE2b-256 |
37e56c38ad9156ac75662669a30767d54383986a67bcd56f3ea9cf42bf9e98f6
|
File details
Details for the file saldor-0.0.14-py3-none-any.whl.
File metadata
- Download URL: saldor-0.0.14-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be4df5fa1a082e8e7a622a5ce66e33b5d560815837ce5d811c9ea42a96b0aee1
|
|
| MD5 |
30c4e8c95a1ec1e4674338f701688b6a
|
|
| BLAKE2b-256 |
7cb12770c03e140d7626829c3674f33ce8ca7cef11e145f45d2e3428e69e70d6
|