Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions python-examples/auth-with-secret-otp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Authentication example using secret-based OTP verification.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/auth-with-secret-otp" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

| API | Description |
| --- | ----------- |
| `list-contracts` | List contracts for the authenticated user |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -60,6 +61,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
4 changes: 2 additions & 2 deletions python-examples/browser-sdk-showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Showcase of Intuned Browser SDK helper functions for common automation tasks.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/browser-sdk-showcase" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
6 changes: 4 additions & 2 deletions python-examples/captcha-solving-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

E-commerce scraper automation demonstrating Cloudflare captcha solving and stealth mode with authenticated sessions.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/captcha-solving-auth" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand All @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below.
| `list` | List products from the authenticated dashboard |
| `details` | Get detailed information for a specific product |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -62,6 +63,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
6 changes: 4 additions & 2 deletions python-examples/captcha-solving-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Basic captcha solving with support for reCAPTCHA, Cloudflare, and custom captchas.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/captcha-solving-basic" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

| API | Description |
| --- | ----------- |
| `captcha-solver` | Solves reCAPTCHA v2, Cloudflare Turnstile, GeeTest, and custom captchas |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -47,6 +48,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
6 changes: 4 additions & 2 deletions python-examples/cdp-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Basic example demonstrating how to connect to a browser using Chrome DevTools Protocol (CDP) with Intuned.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/cdp-connection" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

| API | Description |
| ----- | ------------- |
| `connect-to-cdp` | Connect to browser via CDP, fetch browser info, navigate to a URL |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -47,6 +48,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
6 changes: 4 additions & 2 deletions python-examples/e-commerce-auth-scrapingcourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Authenticated e-commerce scraping automation that extracts product information from a protected dashboard using Auth Sessions.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/e-commerce-auth-scrapingcourse" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand All @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below.
| `list` | List products from the authenticated dashboard |
| `details` | Get detailed information for a specific product |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -62,6 +63,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
4 changes: 2 additions & 2 deletions python-examples/e-commerce-nested/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

E-commerce category and product scraper.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/e-commerce-nested" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/e-commerce-scrapingcourse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Basic e-commerce scraper using scrapingcourse.com.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/e-commerce-scrapingcourse" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/e-commerce-shopify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Shopify store product scraper.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/e-commerce-shopify" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/ehr-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Electronic Health Records (EHR) integration template for extracting data from OpenIMIS healthcare management system.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/ehr-integration" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/hybrid-automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Hybrid automation combining Intuned Browser SDK with AI-powered tools like Stagehand and extract_structured_data.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/hybrid-automation" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/network-interception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Network request interception for API data extraction.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/network-interception" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/playwright-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

A comprehensive Python template covering core Playwright automation patterns. Each API demonstrates a specific concept, numbered for progressive learning.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/playwright-basics" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/quick-recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Collection of quick automation recipes for common browser tasks.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/quick-recipes" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
6 changes: 4 additions & 2 deletions python-examples/rpa-auth-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Credentials-based booking automation to book a consultation with a consultant and list consultations using Auth Sessions.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/rpa-auth-example" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand All @@ -15,6 +15,7 @@ Open this project in Intuned by clicking the button below.
| `book-consultations` | Book a consultation with the provided details |
| `get-consultations-by-email` | Get all consultations for a given email address |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -62,6 +63,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
4 changes: 2 additions & 2 deletions python-examples/rpa-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

RPA example for booking consultations without authentication.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/rpa-example" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/scrapy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Web scraping examples using Scrapy framework.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/scrapy" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
4 changes: 2 additions & 2 deletions python-examples/setup-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Demonstrates how to use setup hooks to prepare data and configuration before API execution.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/setup-hooks" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

Expand Down
6 changes: 4 additions & 2 deletions python-examples/starter-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

Empty Intuned Auth Session template — a starting point for building authenticated browser automations.

<!-- IDE-IGNORE-START -->
## Run on Intuned

Open this project in Intuned by clicking the button below.

<a href="https://app.intuned.io?repo=https://github.com/Intuned/cookbook/tree/main/python-examples/starter-auth" target="_blank" rel="noreferrer"><img src="https://cdn1.intuned.io/button.svg" alt="Run on Intuned"></a>
<!-- IDE-IGNORE-END -->

## APIs

| API | Description |
| --- | ----------- |
| `sample` | Sample API endpoint for authenticated automation |

<!-- IDE-IGNORE-START -->
## Getting started

### Install dependencies
Expand Down Expand Up @@ -60,6 +61,7 @@ intuned dev provision
```bash
intuned dev deploy
```
<!-- IDE-IGNORE-END -->

## Project structure

Expand Down
Loading
Loading