{
  "name": "Generate AI Tweets Mimicking Any Twitter User's Style with OpenAI",
  "nodes": [
    {
      "id": null,
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ]
    },
    {
      "id": null,
      "name": "Set Target & Content",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        300
      ]
    },
    {
      "id": null,
      "name": "Get User's Tweets",
      "type": "n8n-nodes-base.twitter",
      "position": [
        700,
        300
      ]
    },
    {
      "id": null,
      "name": "Prepare Style Examples",
      "type": "n8n-nodes-base.function",
      "position": [
        940,
        300
      ]
    },
    {
      "id": null,
      "name": "AI: Mimic Style & Generate Tweet",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1180,
        300
      ]
    },
    {
      "id": null,
      "name": "Consolidate Generated Tweet",
      "type": "n8n-nodes-base.set",
      "position": [
        1420,
        300
      ]
    },
    {
      "id": null,
      "name": "Publish Generated Tweet (Optional)",
      "type": "n8n-nodes-base.twitter",
      "position": [
        1660,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Set Target & Content",
            "type": "main"
          }
        ]
      ]
    },
    "Get User's Tweets": {
      "main": [
        [
          {
            "node": "Prepare Style Examples",
            "type": "main"
          }
        ]
      ]
    },
    "Set Target & Content": {
      "main": [
        [
          {
            "node": "Get User's Tweets",
            "type": "main"
          }
        ]
      ]
    },
    "Prepare Style Examples": {
      "main": [
        [
          {
            "node": "AI: Mimic Style & Generate Tweet",
            "type": "main"
          }
        ]
      ]
    },
    "Consolidate Generated Tweet": {
      "main": [
        [
          {
            "node": "Publish Generated Tweet (Optional)",
            "type": "main"
          }
        ]
      ]
    },
    "AI: Mimic Style & Generate Tweet": {
      "main": [
        [
          {
            "node": "Consolidate Generated Tweet",
            "type": "main"
          }
        ]
      ]
    }
  }
}