Auto backup (2022-09-08T21:00:43.938Z)
This commit is contained in:
117
flows/67.json
Normal file
117
flows/67.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"id": 67,
|
||||
"name": "ps5 foxtrot",
|
||||
"active": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "e049caa3-2467-4ea7-bbd5-fa3c43b0c3fc",
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.start",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
240,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "https://www.foxtrot.com.ua/ru/shop/pristavki_igroviye_sony_ps5_bluray___returnal_farming_simulator_22.html",
|
||||
"responseFormat": "string",
|
||||
"options": {}
|
||||
},
|
||||
"id": "d6831329-e953-4f6e-a187-3c37ea5c8e43",
|
||||
"name": "HTTP Request",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 2,
|
||||
"position": [
|
||||
460,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"extractionValues": {
|
||||
"values": [
|
||||
{
|
||||
"key": "button",
|
||||
"cssSelector": "div.buy-button",
|
||||
"returnValue": "html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "70b9e976-b8d1-4dee-9cde-0243062cf342",
|
||||
"name": "HTML Extract",
|
||||
"type": "n8n-nodes-base.htmlExtract",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"triggerTimes": {
|
||||
"item": [
|
||||
{
|
||||
"mode": "everyX",
|
||||
"value": 20,
|
||||
"unit": "minutes"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "36ffb94a-001e-4ff6-82fe-6db0e164f040",
|
||||
"name": "Cron",
|
||||
"type": "n8n-nodes-base.cron",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
220,
|
||||
480
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Start": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"HTTP Request": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTML Extract",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Cron": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "HTTP Request",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-09-08T11:50:30.285Z",
|
||||
"updatedAt": "2022-09-08T12:16:18.064Z",
|
||||
"settings": {},
|
||||
"staticData": null,
|
||||
"pinData": {},
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user