{
  "name": "Post daily motivational tweets to Twitter/X with Google Gemini AI",
  "nodes": [
    {
      "id": "9c7637cb-90aa-4967-9aac-9555fcf9a778",
      "name": "Parse Quotes",
      "type": "n8n-nodes-base.function",
      "position": [
        -624,
        32
      ]
    },
    {
      "id": "45218bea-1692-4f76-a982-bc9efa1709cf",
      "name": "Remove Duplicates",
      "type": "n8n-nodes-base.function",
      "position": [
        -464,
        32
      ]
    },
    {
      "id": "422f9f79-0070-4f55-8240-7b2edd32549f",
      "name": "Wait Between Tweets",
      "type": "n8n-nodes-base.wait",
      "position": [
        176,
        144
      ]
    },
    {
      "id": "024b8525-a23e-4c37-9f1d-5409e6039e5c",
      "name": "Post Tweet",
      "type": "n8n-nodes-base.twitter",
      "position": [
        0,
        144
      ]
    },
    {
      "id": "aeeb7984-7c96-4f4c-8a94-21aabbb14a5e",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -992,
        224
      ]
    },
    {
      "id": "1ce7c940-9316-484c-be56-28a2ebde683b",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1184,
        32
      ]
    },
    {
      "id": "c26e7bf5-9076-4400-a060-4b526cd5a437",
      "name": "Generate Quotes",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -992,
        32
      ]
    },
    {
      "id": "8cce527e-afad-4243-a157-20352355e55c",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -176,
        32
      ]
    },
    {
      "id": "4546eaf9-9d09-4b39-a947-7d3117b78bc0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        -240
      ],
      "parameters": {
        "width": 480,
        "height": 688,
        "content": "## Daily Motivational Tweets (Gemini + LLM Chain)\n\nThis workflow automatically generates and posts 3 motivational quotes daily on Twitter/X using Google Gemini AI. It is ideal for content creators, so"
      }
    },
    {
      "id": "bcadfcc5-5fb3-4ab5-ad95-790247a4c3da",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1216,
        -64
      ],
      "parameters": {
        "width": 480,
        "height": 480,
        "content": "## 1. Quote Generation\n"
      }
    },
    {
      "id": "5b1af05c-68c2-40b0-96c0-91971d833ac9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -672,
        -64
      ],
      "parameters": {
        "width": 368,
        "height": 480,
        "content": "## 2. Data Processing\n"
      }
    },
    {
      "id": "ccbb3cde-d755-4d25-9c62-fa7e95c10202",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -64
      ],
      "parameters": {
        "width": 624,
        "height": 480,
        "content": "## 3. Tweet Posting\n"
      }
    }
  ],
  "connections": {
    "Post Tweet": {
      "main": [
        [
          {
            "node": "Wait Between Tweets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Quotes": {
      "main": [
        [
          {
            "node": "Remove Duplicates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Quotes": {
      "main": [
        [
          {
            "node": "Parse Quotes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Post Tweet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Generate Quotes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove Duplicates": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Between Tweets": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate Quotes",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}