Instagram 自动点赞 - 创作者中心
高级
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 36 个节点。主要使用 If, Set, Code, Wait, ConvertToFile 等节点。 定时 Instagram 自动点赞,使用 Phantombuster、GPT-4o 和 Cookie 轮换
前置要求
- •OpenAI API Key
使用的节点 (36)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "uALIwhmZBIsiTqvl",
"meta": {
"instanceId": "2cf742429c2e3ee4e5a20069d3d8a75208519303b864f026a79464efa726bd95",
"templateCredsSetupCompleted": true
},
"name": "Instagram 自动点赞 - 创作者中心",
"tags": [],
"nodes": [
{
"id": "8cf78a9e-65dd-4d3c-aa05-f01695217c31",
"name": "等待",
"type": "n8n-nodes-base.wait",
"position": [
80,
-1568
],
"webhookId": "b338692f-2a16-4607-81ba-3a61ee239e2d",
"parameters": {
"amount": 30
},
"typeVersion": 1.1
},
{
"id": "ab56652e-ebeb-4887-9a01-94e49b9127e2",
"name": "等待1",
"type": "n8n-nodes-base.wait",
"position": [
944,
-1120
],
"webhookId": "24e87bc0-267f-4843-b910-07dcea2a87cd",
"parameters": {
"amount": 30
},
"typeVersion": 1.1
},
{
"id": "a7a784ff-7cc4-4622-bc5b-ad608ee6a470",
"name": "启动代理",
"type": "n8n-nodes-base.phantombuster",
"position": [
-80,
-1568
],
"parameters": {
"agentId": "={{ $json.id }}",
"jsonParameters": true,
"additionalFields": {
"argumentsJson": "={\n \"maxPosts\": {{ $('Set ENV Variables').item.json.ENV_MAX_POSTS_PER_HASHTAG }},\n \"sessionCookie\": \"{{ $('Set ENV Variables').item.json.ENV_SESSION_COOKIE }}\",\n \"spreadsheetUrl\": \"{{ $('Set ENV Variables').item.json.ENV_SEARCH_HASHTAGS }}\"\n}"
}
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "f83ffe30-471d-4d06-80c5-53de2929e03e",
"name": "获取随机帖子",
"type": "n8n-nodes-base.code",
"position": [
-1520,
-1120
],
"parameters": {
"jsCode": "const data = $input.all().map(item => item.json);\n\nif (!data || data.length === 0) {\n throw new Error('No Instagram posts data found');\n}\n\n// Get a random post\nconst randomPost = data[Math.floor(Math.random() * data.length)];\n\n// Return only postUrl and description\nreturn {\n json: {\n postUrl: randomPost.postUrl\n }\n};"
},
"typeVersion": 2
},
{
"id": "0dd95fea-606d-4f89-bac0-93096b46d4b1",
"name": "创建 CSV 二进制文件",
"type": "n8n-nodes-base.code",
"position": [
80,
-1120
],
"parameters": {
"jsCode": "// Extract correct values\nconst postUrl = $('Get Random Post').first().json.postUrl;\n\n// Clean utility\nconst clean = str => String(str || \"\").replace(/[\\u200B-\\u200D\\uFEFF]/g, \"\").trim();\n\n// Escape and quote single data row\nconst row = [\n `\"${clean(postUrl).replace(/\"/g, '\"\"')}\"`\n];\n\n// Convert to buffer without header or BOM\nconst csvBuffer = Buffer.from(row.join(\",\") + \"\\n\", \"utf8\");\n\n// Return binary file\nreturn [\n {\n binary: {\n data: {\n data: csvBuffer,\n mimeType: \"text/csv\",\n fileName: \"phantombuster_clean.csv\"\n }\n }\n }\n];\n"
},
"typeVersion": 2
},
{
"id": "6ba41f32-12cf-4fc9-a3f5-a77cb626f7eb",
"name": "上传 CSV",
"type": "n8n-nodes-base.microsoftSharePoint",
"position": [
272,
-1120
],
"parameters": {
"site": {
"__rl": true,
"mode": "list",
"value": "plemeo.sharepoint.com,f304c34c-1252-4b99-a852-059c2036c718,c3bf26ab-bf44-4334-8e5b-e8b680bb9e1d",
"cachedResultName": "plemeo"
},
"folder": {
"__rl": true,
"mode": "list",
"value": "01M45PWAY4RSXX7PGSC5CL27V2Y7XYSNQZ",
"cachedResultName": "Phantombuster"
},
"fileName": "instagram_posts_to_like.csv",
"operation": "upload",
"fileContents": "data",
"requestOptions": {}
},
"credentials": {
"microsoftSharePointOAuth2Api": {
"id": "jZkLTQXyVEzxtmp3",
"name": "Microsoft SharePoint account"
}
},
"typeVersion": 1
},
{
"id": "1695cba9-4f05-496e-86a8-b526ff025fcd",
"name": "获取话题标签代理",
"type": "n8n-nodes-base.phantombuster",
"position": [
-256,
-1568
],
"parameters": {
"agentId": "4031886542434447",
"operation": "get"
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "79d3853e-df03-4e94-8ecc-9caf4c026e57",
"name": "获取帖子",
"type": "n8n-nodes-base.phantombuster",
"position": [
240,
-1568
],
"parameters": {
"agentId": "4031886542434447",
"operation": "getOutput",
"additionalFields": {}
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "82663cc1-9c96-4f0c-bad9-db7217ae20f8",
"name": "获取响应",
"type": "n8n-nodes-base.phantombuster",
"position": [
1168,
-1120
],
"parameters": {
"agentId": "7281446865767808",
"operation": "getOutput",
"additionalFields": {}
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "b5de49cb-a48f-4266-96b4-32e9b48ed67f",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-784,
-1696
],
"parameters": {
"color": 5,
"width": 1180,
"height": 400,
"content": "## 通过自定义话题标签获取 Instagram 帖子"
},
"typeVersion": 1
},
{
"id": "d742d0b5-4ec7-4e59-b478-790d74538b3f",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
-1280
],
"parameters": {
"color": 3,
"width": 2124,
"height": 404,
"content": "## 处理帖子并检查是否已处理"
},
"typeVersion": 1
},
{
"id": "48bed935-d830-4f5e-8956-6b8f610eea0d",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-1280
],
"parameters": {
"width": 992,
"height": 404,
"content": "## 启动自动点赞代理以点赞帖子"
},
"typeVersion": 1
},
{
"id": "6ee9aab7-3335-44c6-94dd-43402dae65ff",
"name": "获取自动点赞代理",
"type": "n8n-nodes-base.phantombuster",
"position": [
512,
-1120
],
"parameters": {
"agentId": "1308386990292658",
"operation": "get"
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "29d3b873-bf9d-4ad1-bab4-f3ce4e77f4ad",
"name": "启动自动点赞代理",
"type": "n8n-nodes-base.phantombuster",
"position": [
736,
-1120
],
"parameters": {
"agentId": "1308386990292658",
"jsonParameters": true,
"additionalFields": {
"argumentsJson": "={\n \"numberOfPostsPerLaunch\": 1,\n \"sessionCookie\": \"{{ $('Set ENV Variables').first().json.ENV_SESSION_COOKIE }}\",\n \"spreadsheetUrl\": \"{{ $('Upload CSV').item.json['@content.downloadUrl'] }}\"\n}"
}
},
"credentials": {
"phantombusterApi": {
"id": "Zf0AAqqdjBFfyW4W",
"name": "Phantombuster account"
}
},
"typeVersion": 1
},
{
"id": "94e4711e-658b-4b60-9c06-97a105ad3fed",
"name": "设置环境变量",
"type": "n8n-nodes-base.set",
"position": [
-432,
-1568
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "7812dbc7-e492-42c4-96a6-71cfbdc71a6d",
"name": "ENV_SEARCH_HASHTAGS",
"type": "string",
"value": "={{ $json.output.parseJson().hashtag }}"
},
{
"id": "debcbe7a-3298-46ec-a8ab-96e8dc0184a7",
"name": "ENV_SESSION_COOKIE",
"type": "string",
"value": "={{ $('Select Cookie').first().json.output.parseJson().session_cookie }}"
},
{
"id": "261b0667-0cbd-4df1-8f3d-4e49a99f4cb1",
"name": "ENV_MAX_POSTS_PER_HASHTAG",
"type": "string",
"value": "10"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "ea13622c-4fa6-4fdd-aa82-d9f9949f1b13",
"name": "生成随机话题标签",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-768,
-1568
],
"parameters": {
"text": "=Can you generate a single random hashtag related to Artificial Intelligence and Business Process Automation, suitable for fetching Instagram posts?\nThe hashtag should be human like and realistic to appear in posts. Something like \"AIBizAutomation\" is not realistic. The hashtag should not be a combination of multiple words, for example \"smartautomation\" or \"intelligentworkflows\".\nYou can be very vague and also use IT companies as hashtag.\n\nPlease respond only with a **valid, raw JSON object**, like this:\n{\n \"hashtag\": \"#Automation\"\n}",
"options": {},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "ff56a5ad-b969-4675-81b4-5f3683227f0c",
"name": "定时触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-688,
-1984
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 2,
"triggerAtMinute": 15
}
]
}
},
"typeVersion": 1.2
},
{
"id": "73731550-9c86-443c-ace5-cd49c3bc1f68",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-768,
-1376
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "chatgpt-4o-latest",
"cachedResultName": "chatgpt-4o-latest"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "E4PFATctY0kV00hl",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "36419534-d500-4774-99b8-55c1c50b13eb",
"name": "更新文件",
"type": "n8n-nodes-base.microsoftSharePoint",
"position": [
-128,
-1120
],
"parameters": {
"file": {
"__rl": true,
"mode": "list",
"value": "01M45PWAZQIMNOGWOEPZBJXCNUHQ2W5JEC",
"cachedResultName": "instagram_posts_already_liked.csv"
},
"site": {
"__rl": true,
"mode": "list",
"value": "plemeo.sharepoint.com,f304c34c-1252-4b99-a852-059c2036c718,c3bf26ab-bf44-4334-8e5b-e8b680bb9e1d",
"cachedResultName": "plemeo"
},
"folder": {
"__rl": true,
"mode": "list",
"value": "01M45PWAY4RSXX7PGSC5CL27V2Y7XYSNQZ",
"cachedResultName": "Phantombuster"
},
"fileName": "instagram_posts_already_liked.csv",
"operation": "update",
"fileContents": "data",
"requestOptions": {},
"changeFileContent": true
},
"credentials": {
"microsoftSharePointOAuth2Api": {
"id": "jZkLTQXyVEzxtmp3",
"name": "Microsoft SharePoint account"
}
},
"typeVersion": 1
},
{
"id": "3333931b-a95e-493a-8ad3-5d8cfc586e75",
"name": "下载文件",
"type": "n8n-nodes-base.microsoftSharePoint",
"position": [
-1328,
-1120
],
"parameters": {
"file": {
"__rl": true,
"mode": "list",
"value": "01M45PWAZQIMNOGWOEPZBJXCNUHQ2W5JEC",
"cachedResultName": "instagram_posts_already_liked.csv"
},
"site": {
"__rl": true,
"mode": "list",
"value": "plemeo.sharepoint.com,f304c34c-1252-4b99-a852-059c2036c718,c3bf26ab-bf44-4334-8e5b-e8b680bb9e1d",
"cachedResultName": "plemeo"
},
"folder": {
"__rl": true,
"mode": "list",
"value": "01M45PWAY4RSXX7PGSC5CL27V2Y7XYSNQZ",
"cachedResultName": "Phantombuster"
},
"requestOptions": {}
},
"credentials": {
"microsoftSharePointOAuth2Api": {
"id": "jZkLTQXyVEzxtmp3",
"name": "Microsoft SharePoint account"
}
},
"typeVersion": 1
},
{
"id": "87a2a27c-7324-460a-8828-281bca00694e",
"name": "检查是否在列表中",
"type": "n8n-nodes-base.code",
"position": [
-928,
-1120
],
"parameters": {
"jsCode": "const randomPost = normalizeUrl($('Get Random Post').first().json.postUrl);\nconst allItems = $('Extract from File').all();\n\nif (!allItems || allItems.length === 0) {\n return [{ json: { isDuplicate: false } }];\n}\n\nfunction normalizeUrl(url) {\n if (typeof url !== 'string') {\n console.log(\"🚨 NOT A STRING:\", url);\n return '';\n }\n return url.trim().toLowerCase().replace(/\\/$/, '');\n}\n\n// Helper function to get postUrl value regardless of BOM\nfunction getPostUrl(item) {\n const json = item.json;\n // Try normal field name first\n if (json.postUrl) return json.postUrl;\n \n // Look for any field containing \"postUrl\"\n const postUrlKey = Object.keys(json).find(key => key.includes('postUrl'));\n return postUrlKey ? json[postUrlKey] : null;\n}\n\nconsole.log(\"✅ randomPost:\", randomPost);\nconsole.log(\"✅ allItems:\", allItems);\n\nlet isDuplicate = false;\n\nfor (const item of allItems) {\n const candidateRaw = getPostUrl(item);\n const candidate = normalizeUrl(candidateRaw);\n\n console.log(`🟠 Comparing:\\n→ raw: ${candidateRaw}\\n→ normalized: ${candidate}\\n→ target: ${randomPost}`);\n\n if (candidate === randomPost) {\n isDuplicate = true;\n break;\n }\n}\n\nreturn [{ json: { isDuplicate } }];"
},
"typeVersion": 2
},
{
"id": "3390e713-aa52-41c9-bc59-67d14b007a78",
"name": "如果",
"type": "n8n-nodes-base.if",
"position": [
-752,
-1120
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "bcef43b3-e773-45ba-b245-19ab3fc1e508",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $('Check if in List').first().json.isDuplicate }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "f6f93395-fb3b-4cf5-9cfa-9ce4cda0d4a6",
"name": "等待2",
"type": "n8n-nodes-base.wait",
"position": [
-1696,
-1120
],
"webhookId": "64502b12-edd4-477d-b345-6ac98aec0ef4",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "f773683c-e8a1-43f1-85f2-20a32112110c",
"name": "准备更新数据",
"type": "n8n-nodes-base.code",
"position": [
-528,
-1120
],
"parameters": {
"jsCode": "const existingUrls = $('Extract from File').all().map(item => {\n // Get the first key (which has the BOM) and use its value\n const firstKey = Object.keys(item.json)[0];\n return { postUrl: item.json[firstKey] };\n});\n\nconsole.log(\"existingUrls: \", existingUrls);\n\nconst randomPost = $('Get Random Post').first().json.postUrl;\nconsole.log(\"randomPost: \", randomPost);\n\nreturn [\n ...existingUrls,\n { postUrl: randomPost }\n].map(entry => ({ json: entry }));"
},
"typeVersion": 2
},
{
"id": "90e0d974-9b36-4007-b26c-4595f483cdcb",
"name": "从文件提取",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-1136,
-1120
],
"parameters": {
"options": {
"headerRow": true
}
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "450367fa-107c-4f6c-9562-849724559bde",
"name": "转换为文件",
"type": "n8n-nodes-base.convertToFile",
"position": [
-336,
-1120
],
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "90373e1c-da03-4863-b7e2-a01f8a981b62",
"name": "OpenAI 聊天模型1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-80,
-1840
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "chatgpt-4o-latest",
"cachedResultName": "chatgpt-4o-latest"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "E4PFATctY0kV00hl",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "bf867f16-8834-4f2f-8c1e-5bb04fdcf4fa",
"name": "获取可用会话 Cookie",
"type": "n8n-nodes-base.microsoftSharePoint",
"position": [
-496,
-1984
],
"parameters": {
"file": {
"__rl": true,
"mode": "list",
"value": "01M45PWA5FHBKEDCMCXRBJK64QFIFWOCQE",
"cachedResultName": "instagram_session_cookies.txt"
},
"site": {
"__rl": true,
"mode": "list",
"value": "plemeo.sharepoint.com,f304c34c-1252-4b99-a852-059c2036c718,c3bf26ab-bf44-4334-8e5b-e8b680bb9e1d",
"cachedResultName": "plemeo"
},
"folder": {
"__rl": true,
"mode": "list",
"value": "01M45PWAY4RSXX7PGSC5CL27V2Y7XYSNQZ",
"cachedResultName": "Phantombuster"
},
"requestOptions": {}
},
"credentials": {
"microsoftSharePointOAuth2Api": {
"id": "jZkLTQXyVEzxtmp3",
"name": "Microsoft SharePoint account"
}
},
"typeVersion": 1
},
{
"id": "a62ba00a-1620-41c8-829b-1539d36341f4",
"name": "提取 Cookie",
"type": "n8n-nodes-base.extractFromFile",
"position": [
-272,
-1984
],
"parameters": {
"options": {},
"operation": "text"
},
"typeVersion": 1
},
{
"id": "aa53452e-60ce-4249-b2c9-1be6c539ed8b",
"name": "选择 Cookie",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-80,
-1984
],
"parameters": {
"text": "=################## PROMPT ##################\n\n**ROLE:** You are a session-cookie selector.\n\n**CURRENT BERLIN TIME** \nDate & time : {{ $now.setZone('Europe/Berlin').format('DD HH:mm:ss') }} \nHour (00-23): {{ $now.setZone('Europe/Berlin').format('HH') }}\n\n**SESSION COOKIES (keep order):** \n{{ $json.data }}\n\n**SELECTION LOGIC**\n\n1. Let \n • N = number of cookies in the list (2 ≤ N ≤ 4). \n • H = current hour as an integer (0–23). \n • W = 24 ÷ N (the width of each time slice in hours, always an integer).\n\n2. Determine the slice index: \n sliceIndex = floor(H ÷ W) // 0-based\n\n3. Choose the cookie at position *(sliceIndex + 1)* in the list. \n • Example when N = 4 (W = 6): \n 00-05 → 1st, 06-11 → 2nd, 12-17 → 3rd, 18-23 → 4th \n • Example when N = 3 (W = 8): \n 00-07 → 1st, 08-15 → 2nd, 16-23 → 3rd \n • Example when N = 2 (W = 12): \n 00-11 → 1st, 12-23 → 2nd\n\n**OUTPUT FORMAT** \nReturn only the selected session cookie value in a valid JSON-Field called \"session_cookie\", nothing else.\n\n##############################################",
"options": {},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "71bf9778-6b22-4658-800a-97686963c2ce",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-784,
-2112
],
"parameters": {
"color": 6,
"width": 1180,
"height": 400,
"content": "## 启动工作流并检索会话 Cookie"
},
"typeVersion": 1
},
{
"id": "f3ba0f54-4793-4e76-9f62-dda9e3a466f1",
"name": "便签5",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-2112
],
"parameters": {
"width": 448,
"height": 272,
"content": "### 1) Cookie 和话题标签选择"
},
"typeVersion": 1
},
{
"id": "b2b19b3a-a53c-496f-b8be-6aa830afa61a",
"name": "便签6",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-1696
],
"parameters": {
"width": 464,
"height": 240,
"content": "### 2) 抓取 Instagram 帖子"
},
"typeVersion": 1
},
{
"id": "027285a6-08df-467f-ba00-9a57a4efebe2",
"name": "便签7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
-864
],
"parameters": {
"width": 432,
"height": 256,
"content": "### 3) 重复检查"
},
"typeVersion": 1
},
{
"id": "f48f5e5c-72e0-4383-ae1a-ad2b0fdd0a79",
"name": "便签8",
"type": "n8n-nodes-base.stickyNote",
"position": [
1424,
-1280
],
"parameters": {
"width": 320,
"height": 256,
"content": "### 5) 速率限制与调度"
},
"typeVersion": 1
},
{
"id": "753f966a-467d-4e50-898a-2124e4a619d1",
"name": "### 替换 Airtable 连接",
"type": "n8n-nodes-base.stickyNote",
"position": [
-16,
-864
],
"parameters": {
"width": 416,
"height": 272,
"content": "### 4) CSV 上传与自动点赞"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d113a675-5847-42c1-beed-7c747b592424",
"connections": {
"If": {
"main": [
[
{
"node": "Wait2",
"type": "main",
"index": 0
}
],
[
{
"node": "Prepare Updated Data",
"type": "main",
"index": 0
}
]
]
},
"Wait": {
"main": [
[
{
"node": "Get Posts",
"type": "main",
"index": 0
}
]
]
},
"Wait1": {
"main": [
[
{
"node": "Get Response",
"type": "main",
"index": 0
}
]
]
},
"Wait2": {
"main": [
[
{
"node": "Get Random Post",
"type": "main",
"index": 0
}
]
]
},
"Get Posts": {
"main": [
[
{
"node": "Wait2",
"type": "main",
"index": 0
}
]
]
},
"Upload CSV": {
"main": [
[
{
"node": "Get Autoliking Agent",
"type": "main",
"index": 0
}
]
]
},
"Update file": {
"main": [
[
{
"node": "Create CSV Binary",
"type": "main",
"index": 0
}
]
]
},
"Launch Agent": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"Download file": {
"main": [
[
{
"node": "Extract from File",
"type": "main",
"index": 0
}
]
]
},
"Select Cookie": {
"main": [
[
{
"node": "Generate Random Hashtag",
"type": "main",
"index": 0
}
]
]
},
"Convert to File": {
"main": [
[
{
"node": "Update file",
"type": "main",
"index": 0
}
]
]
},
"Extract Cookies": {
"main": [
[
{
"node": "Select Cookie",
"type": "main",
"index": 0
}
]
]
},
"Get Random Post": {
"main": [
[
{
"node": "Download file",
"type": "main",
"index": 0
}
]
]
},
"Launch AL Agent": {
"main": [
[
{
"node": "Wait1",
"type": "main",
"index": 0
}
]
]
},
"Check if in List": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Get Available Session Cookies",
"type": "main",
"index": 0
}
]
]
},
"Create CSV Binary": {
"main": [
[
{
"node": "Upload CSV",
"type": "main",
"index": 0
}
]
]
},
"Extract from File": {
"main": [
[
{
"node": "Check if in List",
"type": "main",
"index": 0
}
]
]
},
"Get Hashtag Agent": {
"main": [
[
{
"node": "Launch Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Generate Random Hashtag",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Set ENV Variables": {
"main": [
[
{
"node": "Get Hashtag Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Select Cookie",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Get Autoliking Agent": {
"main": [
[
{
"node": "Launch AL Agent",
"type": "main",
"index": 0
}
]
]
},
"Prepare Updated Data": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
},
"Generate Random Hashtag": {
"main": [
[
{
"node": "Set ENV Variables",
"type": "main",
"index": 0
}
]
]
},
"Get Available Session Cookies": {
"main": [
[
{
"node": "Extract Cookies",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Instagram自动评论 - 创作者中心
使用GPT-4o、Phantombuster和SharePoint自动评论Instagram帖子
If
Set
Code
+9
39 节点plemeo
社交媒体
LinkedIn自动点赞 - 创作者中心
使用GPT-4o、Phantombuster和SharePoint自动点赞LinkedIn帖子
If
Set
Code
+9
36 节点plemeo
社交媒体
LinkedIn 自动评论 - 创作者中心
使用 GPT-4o 和 Phantombuster 实现 LinkedIn 自动互动评论
If
Set
Code
+9
39 节点plemeo
社交媒体
Instagram自动点赞(个人资料帖子提取器)- 创作者中心
使用Phantombuster和SharePoint自动点赞选定个人资料的Instagram帖子
If
Set
Code
+10
38 节点plemeo
社交媒体
Twitter自动点赞(个人资料帖子提取器)- 创作者中心
使用Phantombuster和SharePoint AI轮换自动点赞选定个人资料的推文
If
Set
Code
+10
37 节点plemeo
社交媒体
为 HubSpot 联系人和 SharePoint 生成 AI 撰写的新闻稿和素材
使用 GPT-4o、AI 图像和视频为 HubSpot 和 SharePoint 创建双语新闻稿
If
Set
Code
+15
49 节点plemeo
社交媒体
工作流信息
难度等级
高级
节点数量36
分类2
节点类型12
作者
plemeo
@plemeoHi, I'm Gerhard from Plemeo. At plemeo.ai, we focus on AI-driven automation and workflow optimization. Our deep expertise with n8n enables us to streamline processes and boost efficiency in software development. This allows us to deliver real, measurable improvements. Curious how plemeo.ai and n8n can benefit your business? Reach out at info@plemeo.de or visit plemeo.ai.
外部链接
在 n8n.io 查看 →
分享此工作流