Python SDK for the RiskByPass task API
Project description
riskbypass
Python SDK for the RiskByPass task API.
Install
pip install riskbypass
Quick Start
from riskbypass import RiskByPassClient
client = RiskByPassClient("your-api-key")
# Check balance
print(client.check_balance())
# Run a task
result = client.run_task({
"task_type": "kasada",
"proxy": "http://user:pass@host:port",
"target_url": "https://example.com/",
"protected_api_domain": "example.com",
"kasada_js_domain": "example.com",
})
print(result)
# Tls requests
response = client.tls_get(url="xxx", headers={"xx":"xxx"})
print(response.text)
response = client.tls_post(url="xxx", headers={"xx":"xxx"})
print(response.text)
API
RiskByPassClient(token, base_url="https://riskbypass.com")
| Method | Description |
|---|---|
run_task(payload, timeout=180) |
Submit a task and wait for the result |
check_balance() |
Get current account balance |
get_topup_address() |
Get TRC-20 USDT top-up wallet address |
tls_get(xxx)/tls_post(xxx) |
Tls Requests |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
riskbypass-0.3.3.tar.gz
(4.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 riskbypass-0.3.3.tar.gz.
File metadata
- Download URL: riskbypass-0.3.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79020554ae489b3ea1f60c3376a556072c83d39304f91d2a01753d5f6f69173d
|
|
| MD5 |
83936d3d8887ba167c38545ab0fd5ee5
|
|
| BLAKE2b-256 |
38060c09f4d47fa6da29c06bf5347288520bee6ade99a40219cbf0dfa5e2b13b
|
File details
Details for the file riskbypass-0.3.3-py3-none-any.whl.
File metadata
- Download URL: riskbypass-0.3.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4a69c43f5b461b63188c13bcef5785d5cb6c3682d8495735fafeac3a00bb252
|
|
| MD5 |
154b05437024465dc12699151ecc30ea
|
|
| BLAKE2b-256 |
0bf24c7453468e037ae2445e7b9107e7704c9db4eb724ff72abf9056cf04b276
|