
Twitch Clipping Automation Workflow
描述
分类
📢 Marketing
使用的节点
n8n-nodes-base.coden8n-nodes-base.waitn8n-nodes-base.limitn8n-nodes-base.youTuben8n-nodes-base.splitOutn8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote
价格免费
浏览量0
最后更新11/28/2025
workflow.json
{
"id": "wMHxY36nQRWVRkqH",
"meta": {
"instanceId": "143d2ab55c8bffb06f8b9c7ad30335764fdc48bbbacecbe2218dadb998a32213",
"templateCredsSetupCompleted": true
},
"name": "Twitch Clipping Automation Workflow",
"tags": [],
"nodes": [
{
"id": "a11da7ea-8092-46c4-845d-777a71dd48d2",
"name": "Wait",
"type": "n8n-nodes-base.wait",
"position": [
1800,
300
],
"webhookId": "f218cc94-3cc2-4b3d-8bda-2a9fdb8342c5",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "23f95b28-db32-4978-90b5-61f49d8c0a4c",
"name": "Sticky Note9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-640,
-700
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a34d665f-58a4-4c17-9c06-e005fcae304b",
"name": "Fetch Streamer Clips",
"type": "n8n-nodes-base.httpRequest",
"position": [
580,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "a1f90baa-cfe6-47c1-a7d6-71180e4cd440",
"name": "Obtain your Twitch OAuth Token",
"type": "n8n-nodes-base.httpRequest",
"position": [
100,
320
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "8015aaac-fb09-4d6c-97d3-2584b317c3e4",
"name": "Upload Clips",
"type": "n8n-nodes-base.googleDrive",
"position": [
2120,
20
],
"parameters": {},
"typeVersion": 3
},
{
"id": "4d629b1d-1730-444a-89d1-b66216abf1bb",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
100,
0
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "c8ee7bd3-d0c7-4657-a30d-eb541b1da6b5",
"name": "Fetch Date",
"type": "n8n-nodes-base.code",
"position": [
340,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "f408237f-fcaf-4b2b-aeaf-b3c1177f08bc",
"name": "Structure Clips",
"type": "n8n-nodes-base.splitOut",
"position": [
840,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "fafe3474-197e-4610-82d1-51c57b543838",
"name": "Filter Best Clips",
"type": "n8n-nodes-base.limit",
"position": [
1080,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bb65179b-87ef-4490-b884-54b0cac384c3",
"name": "Loop Over Clips",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1420,
0
],
"parameters": {},
"typeVersion": 3
},
{
"id": "4d6f5ff3-c9f8-4423-8270-cec1e17e8dca",
"name": "Download and Edit Clips",
"type": "n8n-nodes-base.httpRequest",
"position": [
1780,
20
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "26217823-8789-4303-a4c2-00346d08fe51",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
2340,
-660
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1a90eb85-507a-419e-b76a-6d17f76efc1d",
"name": "Upload to your YouTube Account",
"type": "n8n-nodes-base.youTube",
"position": [
2540,
-460
],
"parameters": {},
"typeVersion": 1
},
{
"id": "34c7ddad-8512-4c7b-b09e-8612d33970ae",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
2400,
-560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "30a5f418-1f8e-4d86-bfea-9d35f08587f2",
"name": "Post To Instagram",
"type": "n8n-nodes-base.httpRequest",
"position": [
2540,
-80
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "d64b597a-bd40-45b2-b1d1-53a6ad8c8501",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
2400,
-180
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "04f3bd09-3f8a-48fa-9277-b563fe907370",
"name": "Post To TikTok",
"type": "n8n-nodes-base.httpRequest",
"position": [
2540,
540
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "8daa9692-1312-4fc4-bbc5-303c304298be",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
2400,
440
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "580fcf55-336d-4a82-a37f-1526dbfc16e6",
"connections": {
"Wait": {
"main": [
[
{
"node": "Loop Over Clips",
"type": "main",
"index": 0
}
]
]
},
"Fetch Date": {
"main": [
[
{
"node": "Fetch Streamer Clips",
"type": "main",
"index": 0
}
]
]
},
"Upload Clips": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Clips": {
"main": [
[],
[
{
"node": "Download and Edit Clips",
"type": "main",
"index": 0
}
]
]
},
"Structure Clips": {
"main": [
[
{
"node": "Filter Best Clips",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Fetch Date",
"type": "main",
"index": 0
}
]
]
},
"Filter Best Clips": {
"main": [
[
{
"node": "Loop Over Clips",
"type": "main",
"index": 0
}
]
]
},
"Fetch Streamer Clips": {
"main": [
[
{
"node": "Structure Clips",
"type": "main",
"index": 0
}
]
]
},
"Download and Edit Clips": {
"main": [
[
{
"node": "Upload Clips",
"type": "main",
"index": 0
}
]
]
}
}
}