Auto backup (2022-05-30T05:51:40.059Z)

This commit is contained in:
nia
2022-05-30 05:51:40 +00:00
parent 2c9f3f824c
commit 4ae64a7668
4 changed files with 91 additions and 6 deletions

85
flows/28.json Normal file
View File

@@ -0,0 +1,85 @@
{
"id": 28,
"name": "usd",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "https://minfin.com.ua/currency/auction/usd/buy/chernigov/",
"responseFormat": "string",
"options": {}
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
300
]
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "buy",
"cssSelector": "div.buy > span.Typography.cardHeadlineL ",
"returnValue": "html"
},
{
"key": "sale",
"cssSelector": "div.sale > span.Typography.cardHeadlineL",
"returnValue": "html"
}
]
},
"options": {}
},
"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-30T05:02:38.795Z",
"updatedAt": "2022-05-30T05:30:29.560Z",
"settings": {},
"staticData": null
}