I want to run my automations directly through the Geelark API, removing the need to click around the Geelark dashboard every time a workflow has to fire. To get there, I’m looking for clean, reusable code written in Python that can be used in two ways: • browser-based scripts for flows that demand a full DOM (Selenium or Playwright are both fine) • request-based scripts that talk to the Geelark REST endpoints with lightweight calls via the requests library Every script should authenticate, accept runtime parameters, trigger the correct workflow, monitor progress, and write a concise log entry on completion. Clear exceptions and helpful error messages are a must. Deliverables 1. Well-structured Python modules (.py) covering both browser and request approaches 2. A README with setup steps, environment variables, and example calls 3. Sample run logs that prove a successful call against my staging credentials I’ll sign off once I can start, monitor, and finish an automation from the command line without opening the Geelark UI. If you’ve built similar API or test-automation integrations, feel free to include a quick code sample or repo link when you bid.