Skip to content
Open
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
10 changes: 4 additions & 6 deletions python-examples/auth-with-email-otp/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": true,
"type": "API"
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"metadata": {
"template": {
Expand All @@ -23,5 +20,6 @@
"parameters": {
}
}
}
},
"version": "2.0"
}
10 changes: 4 additions & 6 deletions python-examples/auth-with-secret-otp/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": true,
"type": "API"
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"metadata": {
"template": {
Expand All @@ -20,5 +17,6 @@
"apiName": "list-contracts",
"parameters": {}
}
}
},
"version": "2.0"
}
13 changes: 5 additions & 8 deletions python-examples/browser-sdk-showcase/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
// "workspaceId": "your-workspace-id", // Add your workspace ID here for local development (required for AI helpers)
// "projectName": "your-project-name", // Add your project name here for local development (required for AI helpers)
"apiAccess": {
"enabled": false
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1,
"minCount": 0
},
"proxy": {
"enabled": false
Expand All @@ -29,5 +25,6 @@
"retries": 3
}
}
}
},
"version": "2.0"
}
12 changes: 4 additions & 8 deletions python-examples/browser-use/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
// "workspaceId": "your-workspace-id", // Add your workspace ID here for local development
// "projectName": "your-project-name", // Add your project name here for local development
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"metadata": {
"template": {
Expand All @@ -30,5 +25,6 @@
"zip_code": "0000"
}
}
}
},
"version": "2.0"
}
7 changes: 3 additions & 4 deletions python-examples/bs4/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": false,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard",
"maxCount": 1,
"minCount": 0,
},
"metadata": {
"template": {
Expand All @@ -25,4 +23,5 @@
},
},
},
"version": "2.0",
}
10 changes: 4 additions & 6 deletions python-examples/captcha-in-login/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": true,
"type": "API",
"saveTraces": true
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"proxy": {
"enabled": false
Expand Down Expand Up @@ -42,5 +39,6 @@
"details_url_item": "https://scrapingcourse.com/ecommerce/product/mach-street-sweatshirt"
}
}
}
},
"version": "2.0"
}
11 changes: 5 additions & 6 deletions python-examples/captcha-solving-basic/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"apiAccess": {
"enabled": false
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1,
"minCount": 0
},
"proxy": {
"enabled": false
Expand Down Expand Up @@ -54,5 +52,6 @@
"apiName": "captcha-solver",
"parameters": {}
}
}
},
"version": "2.0"
}
8 changes: 3 additions & 5 deletions python-examples/cdp-connection/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
// "projectName": "your-project-name", // Add your project name here for local development
"apiAccess": {
"enabled": false,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard",
"maxCount": 1,
"minCount": 0,
},
"metadata": {
"template": {
Expand All @@ -25,4 +22,5 @@
},
},
},
"version": "2.0",
}
10 changes: 4 additions & 6 deletions python-examples/computer-use/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"proxy": {
"enabled": false
Expand All @@ -26,5 +23,6 @@
"query": "Go to https://books.toscrape.com, navigate to the Science Fiction category, and list the top 5 books"
}
}
}
},
"version": "2.0"
}
6 changes: 2 additions & 4 deletions python-examples/crawl4ai/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": true,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "large",
"maxCount": 1,
},
"proxy": {
"enabled": false,
Expand All @@ -27,4 +24,5 @@
},
},
},
"version": "2.0",
}
10 changes: 4 additions & 6 deletions python-examples/e-commerce-auth-scrapingcourse/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"apiAccess": {
"enabled": true
},
"authSessions": {
"enabled": true,
"type": "API"
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1
},
"metadata": {
"template": {
Expand All @@ -20,5 +17,6 @@
"apiName": "list",
"parameters": {}
}
}
},
"version": "2.0"
}
7 changes: 3 additions & 4 deletions python-examples/e-commerce-nested/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": false,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard",
"maxCount": 1,
"minCount": 0,
},
"metadata": {
"template": {
Expand All @@ -24,4 +22,5 @@
},
},
},
"version": "2.0",
}
11 changes: 5 additions & 6 deletions python-examples/e-commerce-scrapingcourse/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"apiAccess": {
"enabled": false
},
"authSessions": {
"enabled": false
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard"
"size": "standard",
"maxCount": 1,
"minCount": 0
},
"metadata": {
"template": {
Expand All @@ -19,5 +17,6 @@
"apiName": "list",
"parameters": {}
}
}
},
"version": "2.0"
}
7 changes: 3 additions & 4 deletions python-examples/e-commerce-shopify/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": false,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "standard",
"maxCount": 1,
"minCount": 0,
},
"metadata": {
"template": {
Expand All @@ -25,4 +23,5 @@
},
},
},
"version": "2.0",
}
6 changes: 2 additions & 4 deletions python-examples/firecrawl/Intuned.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
// For more information, see our Intuned settings reference
// https://intunedhq.com/docs/main/05-references/intuned-json
{
"apiAccess": {
"enabled": true,
},
"authSessions": {
"enabled": false,
},
"replication": {
"maxConcurrentRequests": 1,
"size": "large",
"maxCount": 1,
},
"proxy": {
"enabled": false,
Expand All @@ -35,4 +32,5 @@
},
},
},
"version": "2.0",
}
Loading
Loading