Skip to main content

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.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

riskbypass-0.3.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file riskbypass-0.3.0.tar.gz.

File metadata

  • Download URL: riskbypass-0.3.0.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

Hashes for riskbypass-0.3.0.tar.gz
Algorithm Hash digest
SHA256 90c17c78365b455a25bc4dba6764e310575b325b09b8cfa69dafb7da9699e778
MD5 7b6dd2f1db320712118cf31adf8f41a7
BLAKE2b-256 6b2ceca7746c4641308193a62f15cee0d346fb4f9150019129a0d3a142849d17

See more details on using hashes here.

File details

Details for the file riskbypass-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: riskbypass-0.3.0-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

Hashes for riskbypass-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72f5f5cc101fa95c40ad8b2bcf453d68fcff0ad3ffec43d2c862cf4a60bd2b24
MD5 0f408bac31b7e69e8b3de89019b1d4c8
BLAKE2b-256 285c34e9929bfc1614a3e9d7cd5a939558a246cad13952c44b97a1667cffdf51

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page