Auto backup (2022-05-28T02:36:44.515Z)

This commit is contained in:
nia
2022-05-28 02:36:44 +00:00
parent 3402a453d8
commit 7e9eb49410
5 changed files with 119 additions and 8 deletions

View File

@@ -90,6 +90,18 @@
620
],
"typeVersion": 1
},
{
"parameters": {
"command": "git config --global user.email \"ihor.nahornyy@gmail.com\" &&\n git config --global user.name \"nia\""
},
"name": "add username",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
920,
760
]
}
],
"connections": {
@@ -141,7 +153,7 @@
"main": [
[
{
"node": "git commit",
"node": "add username",
"type": "main",
"index": 0
}
@@ -158,10 +170,21 @@
}
]
]
},
"add username": {
"main": [
[
{
"node": "git commit",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-27T10:09:00.742Z",
"updatedAt": "2022-05-28T02:36:31.523Z",
"settings": {
"errorWorkflow": "25"
},

88
flows/27.json Normal file
View File

@@ -0,0 +1,88 @@
{
"id": 27,
"name": "olx",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "https://www.olx.ua/d/elektronika/igry-i-igrovye-pristavki/igry-dlya-pristavok/chernigov/",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
300
]
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "text",
"cssSelector": "div.css-1venxj6",
"returnArray": true
},
{
"key": "image",
"cssSelector": "div.css-gl6djm",
"returnValue": "html",
"returnArray": true
}
]
},
"options": {
"trimValues": false
}
},
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
680,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "HTML Extract",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-27T16:18:47.443Z",
"updatedAt": "2022-05-27T16:38:22.727Z",
"settings": {},
"staticData": null
}