Skip to main content

Python client for Witrium cloud browser automation API

Project description

witrium

Python client for the Witrium cloud browser automation API.

Installation

pip install witrium

Quick start

from witrium import SyncWitriumClient, WorkflowRunStatus

with SyncWitriumClient(api_token="your-api-token") as client:
    run = client.run_workflow(
        workflow_id="workflow-uuid",
        args={"key": "value"}
    )
    result = client.wait_until_state(
        run_id=run.run_id,
        target_status=WorkflowRunStatus.COMPLETED
    )
    print(result.result)

For full documentation and advanced patterns, see witrium/README.md in this repository.

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

witrium-0.3.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

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

witrium-0.3.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: witrium-0.3.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for witrium-0.3.0.tar.gz
Algorithm Hash digest
SHA256 08989affc405adbee42c83de1991f387b4e59d00d69e0f6eb28e56e807a5b27a
MD5 32d0cfd1ccff25b7b17634659889be88
BLAKE2b-256 682136cab9488504879b9837ce3c41874d0f19fcd707f389b4e654b289ebf239

See more details on using hashes here.

File details

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

File metadata

  • Download URL: witrium-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for witrium-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 969a1393644e453877cc3599b93cb2460984650f147c2b9011429a55c9ac3064
MD5 05e719462a164710d9d0e83be0f02f48
BLAKE2b-256 021a25a2c7ec3e557395290e470b53ef5cc03c6ba6e3009daf666f3df052efc0

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