-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #323 from KBVE/alpha
Alpha
- Loading branch information
Showing
17 changed files
with
413 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"name": "JapanDataMiner", | ||
"nodes": [ | ||
{ | ||
"parameters": {}, | ||
"id": "08073008-b66a-46cf-ac68-8b9651104f43", | ||
"name": "When clicking \"Execute Workflow\"", | ||
"type": "n8n-nodes-base.manualTrigger", | ||
"typeVersion": 1, | ||
"position": [ | ||
-240, | ||
720 | ||
] | ||
}, | ||
{ | ||
"parameters": { | ||
"url": "", | ||
"options": {} | ||
}, | ||
"id": "967ac0f6-8330-413e-bc8b-76e977f0c38d", | ||
"name": "HTTP Request", | ||
"type": "n8n-nodes-base.httpRequest", | ||
"typeVersion": 3, | ||
"position": [ | ||
-20, | ||
720 | ||
] | ||
}, | ||
{ | ||
"parameters": { | ||
"extractionValues": { | ||
"values": [ | ||
{ | ||
"key": "listing", | ||
"cssSelector": "div.listing", | ||
"returnValue": "html" | ||
} | ||
] | ||
}, | ||
"options": { | ||
"trimValues": false | ||
} | ||
}, | ||
"id": "8b4b6afc-06f7-4260-96d3-449d37b2bde3", | ||
"name": "HTML Extract", | ||
"type": "n8n-nodes-base.htmlExtract", | ||
"typeVersion": 1, | ||
"position": [ | ||
200, | ||
720 | ||
] | ||
}, | ||
{ | ||
"parameters": { | ||
"dataPropertyName": "listing", | ||
"extractionValues": { | ||
"values": [ | ||
{ | ||
"key": "data", | ||
"cssSelector": "div.row", | ||
"returnValue": "html", | ||
"returnArray": true | ||
} | ||
] | ||
}, | ||
"options": { | ||
"trimValues": false | ||
} | ||
}, | ||
"id": "635973bc-3c77-4d97-a48e-4882c864275e", | ||
"name": "Isolate Listing", | ||
"type": "n8n-nodes-base.htmlExtract", | ||
"typeVersion": 1, | ||
"position": [ | ||
420, | ||
720 | ||
] | ||
}, | ||
{ | ||
"parameters": { | ||
"webhookUri": "", | ||
"text": "={{ $json[\"data\"][\"1\"] }}", | ||
"options": {} | ||
}, | ||
"id": "bcb26bca-66c8-4dcb-85ff-29361f412fcd", | ||
"name": "Discord", | ||
"type": "n8n-nodes-base.discord", | ||
"typeVersion": 1, | ||
"position": [ | ||
900, | ||
560 | ||
] | ||
}, | ||
{ | ||
"parameters": { | ||
"html": "={{ $json[\"data\"] }}", | ||
"options": { | ||
"strongDelimiter": "**" | ||
} | ||
}, | ||
"id": "4b6a523d-c9ee-4f18-92b2-f8cd11a4a008", | ||
"name": "Markdown", | ||
"type": "n8n-nodes-base.markdown", | ||
"typeVersion": 1, | ||
"position": [ | ||
620, | ||
420 | ||
] | ||
} | ||
], | ||
"pinData": {}, | ||
"connections": { | ||
"When clicking \"Execute Workflow\"": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "HTTP Request", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"HTTP Request": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "HTML Extract", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"HTML Extract": { | ||
"main": [ | ||
[ | ||
{ | ||
"node": "Isolate Listing", | ||
"type": "main", | ||
"index": 0 | ||
} | ||
] | ||
] | ||
}, | ||
"Isolate Listing": { | ||
"main": [ | ||
[] | ||
] | ||
} | ||
}, | ||
"active": false, | ||
"settings": {}, | ||
"versionId": "eaf62a0e-f8f4-4ddd-bcc6-9ad3391b528e", | ||
"id": "4", | ||
"meta": { | ||
"instanceId": "290edf19075c573c46d8641c39432c3840460ddf29e6f748ee54a95aeeb3ed59" | ||
}, | ||
"tags": [] | ||
} |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,45 @@ | ||
--- | ||
//? [HEADER] | ||
const { title = "KBVE - Apps, Gaming, Memes and Wealth.", description = "KBVE - KiloByte Virtual Enterprise - is a collection of web tools, research, games, memes, media and more!"} = Astro.props; | ||
const { | ||
title = "KBVE - Apps, Gaming, Memes and Wealth.", | ||
description = "KBVE - KiloByte Virtual Enterprise - is a collection of web tools, research, games, memes, media and more!", | ||
img = "https://kbve.com/assets/img/kbve.png" | ||
} = Astro.props; | ||
const canonicalURL = new URL(Astro.url.pathname, Astro.site); | ||
--- | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<link rel="icon" href="/favicon.ico" sizes="any" /> | ||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> | ||
<title>{title}</title> | ||
<meta name="description" content={description} /> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
rel="preload" | ||
as="style" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
media="print" | ||
onload="this.media='all'" | ||
/> | ||
<noscript> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
/> | ||
</noscript> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<link rel="icon" href="/favicon.ico" sizes="any" /> | ||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" /> | ||
<link rel="canonical" href={canonicalURL} /> | ||
|
||
<title>{title}</title> | ||
<meta name="description" content={description} /> | ||
|
||
<meta property="og:title" content={title} /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:description" content={description} /> | ||
<meta property="og:image" content={img} /> | ||
<meta property="og:url" content={canonicalURL} /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
rel="preload" | ||
as="style" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
media="print" | ||
onload="this.media='all'" | ||
/> | ||
<noscript> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap" | ||
/> | ||
</noscript> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.