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)
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 |
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.2.0.tar.gz
(4.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 riskbypass-0.2.0.tar.gz.
File metadata
- Download URL: riskbypass-0.2.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7117b648885eefb928a44d6cbb9f9ddd7a4873a78e51ccc0734bc79fa4322848
|
|
| MD5 |
b03242ed9bdcfbbdbdf935e40cc22971
|
|
| BLAKE2b-256 |
c50213c8c192869a8898fc71b8f243f96388ade5745a51f791cc50650abd6361
|
File details
Details for the file riskbypass-0.2.0-py3-none-any.whl.
File metadata
- Download URL: riskbypass-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
d47c37eef64f9b7d71cc7617dc3fb8a32c6e5baa7d0f8f2eed5d9e0a521b0619
|
|
| MD5 |
635dc2e7de6458c627bc76de8b7ce171
|
|
| BLAKE2b-256 |
3ab983b24980d2a366c09334b13422cbec4140ccc720b974c6951db94d211e0c
|