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)
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.1.tar.gz
(4.5 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.1.tar.gz.
File metadata
- Download URL: riskbypass-0.3.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90f0c12e115d4358b072e090717b24f0b86f694ef3fa9f8220779303f3b27c46
|
|
| MD5 |
94334387160f9a1a8a3c6be4a4c0fc28
|
|
| BLAKE2b-256 |
87382280fce9e8c663a1de6a85f2610a3d5cc61193eb11dd3ad71383a6009c23
|
File details
Details for the file riskbypass-0.3.1-py3-none-any.whl.
File metadata
- Download URL: riskbypass-0.3.1-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 |
6430085c0bdb97f669c9ca7dea6d74de31bce5f37bae948ccb3b4d5e83e1a043
|
|
| MD5 |
ff9cdcc7005f48bf158750b0868ca898
|
|
| BLAKE2b-256 |
ec63dd8c37ceb4869fddafc4ec52c0751b1cf50f235cb3e31646757a1e8d57d7
|