{
  "name": "\u7279\u5316\u578bSNS\u30a2\u30ab\u30a6\u30f3\u30c8\uff06\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u534a\u81ea\u52d5\u5316",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 6,12,18 * * *"
            }
          ]
        }
      },
      "id": "e2f4f248-c316-433b-814d-fa3e20011a68",
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        220,
        240
      ]
    },
    {
      "parameters": {
        "url": "https://techcrunch.com/feed/"
      },
      "id": "278c5208-16e5-42f5-bbdb-52bf89ee60e8",
      "name": "RSS Feed Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1,
      "position": [
        440,
        240
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $json.title }}",
              "operation": "contains",
              "value2": "AI"
            }
          ]
        }
      },
      "id": "848e0d49-43c3-42e5-a070-cb41c2c3132e",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        660,
        240
      ]
    },
    {
      "parameters": {
        "modelId": {
          "__rl": true,
          "value": "gpt-4o-mini",
          "mode": "list",
          "cachedResultName": "gpt-4o-mini"
        },
        "messages": {
          "values": [
            {
              "content": "\u3042\u306a\u305f\u306f\u512a\u79c0\u306aSNS\u30de\u30fc\u30b1\u30bf\u30fc\u3067\u3059\u3002\u4ee5\u4e0b\u306e\u30cb\u30e5\u30fc\u30b9\u3092\u5143\u306b\u3001X(Twitter)\u5411\u3051\u306e\u9b45\u529b\u7684\u306a\u6295\u7a3f\u6587\uff08140\u5b57\u4ee5\u5185\uff09\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6700\u5f8c\u306b\u5fc5\u305a\u611f\u60f3\u30921\u884c\u5165\u308c\u3066\u304f\u3060\u3055\u3044\u3002\n\n\u30bf\u30a4\u30c8\u30eb: {{ $json.title }}\nURL: {{ $json.link }}"
            }
          ]
        }
      },
      "id": "673f3249-16e3-4670-bbbd-be77e0b51079",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "typeVersion": 1.4,
      "position": [
        880,
        220
      ],
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "1AKQuY8swWLQjSjV-5A5o0cejtI7WBQ-j6K4GIoj9W7M",
          "mode": "id"
        },
        "sheetName": {
          "__rl": true,
          "value": "Sheet1",
          "mode": "id"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Date": "={{ $now }}",
            "Title": "={{ $('If').item.json.title }}",
            "URL": "={{ $('If').item.json.link }}",
            "Post_Draft": "={{ $json.text }}"
          }
        },
        "options": {}
      },
      "id": "0d9cbaee-bfa7-4a11-bd23-51b88dfdcdcf",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.3,
      "position": [
        1100,
        220
      ],
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Schedule": {
      "main": [
        [
          {
            "node": "RSS Feed Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed Read": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f9c9b4e3-85f2-4bd5-a3d8-e1cbed1e8ec5",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "workflow-001",
  "tags": []
}