{
  "name": "Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving",
  "nodes": [
    {
      "id": "e061d33b-2f23-4cf3-9573-5c4d99950f90",
      "name": "Twitter",
      "type": "n8n-nodes-base.twitter",
      "position": [
        380,
        0
      ]
    },
    {
      "id": "d83d3421-a750-455b-9414-b1eacf042544",
      "name": "Set_AT_list",
      "type": "n8n-nodes-base.set",
      "position": [
        600,
        200
      ]
    },
    {
      "id": "878b07b3-322c-4a41-bc4f-28f47a62afe2",
      "name": "get airtable list",
      "type": "n8n-nodes-base.airtable",
      "position": [
        380,
        200
      ]
    },
    {
      "id": "9f893824-aad9-44c1-9da2-136959ac09fd",
      "name": "set twitter data",
      "type": "n8n-nodes-base.set",
      "position": [
        600,
        0
      ]
    },
    {
      "id": "2aee3941-6e08-4893-806e-52b1cd963e68",
      "name": "Leave only new tweets",
      "type": "n8n-nodes-base.merge",
      "position": [
        820,
        100
      ]
    },
    {
      "id": "86cd15e4-621f-48c6-90a8-c4bdf136b75c",
      "name": "Append new tweets to airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1040,
        100
      ]
    },
    {
      "id": "edfafc16-bd4a-49d8-bf08-8ed4638fc00b",
      "name": "8 AM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        160,
        100
      ]
    },
    {
      "id": "1fb69414-d14b-42a4-8078-fd69fed9d28d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        -420
      ],
      "parameters": {
        "width": 1800,
        "height": 1060,
        "content": "# 🐦 Twitter to Airtable Archiver\n\n**Automatically archive fresh tweets about \"Narendra Modi\" to Airtable, eliminating duplicates.**\n\n## ⏰ Daily Automation\n- **Runs**: Every day at 8 AM (via Schedule T"
      }
    }
  ],
  "connections": {
    "8 AM": {
      "main": [
        [
          {
            "node": "Twitter",
            "type": "main",
            "index": 0
          },
          {
            "node": "get airtable list",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twitter": {
      "main": [
        [
          {
            "node": "set twitter data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set_AT_list": {
      "main": [
        [
          {
            "node": "Leave only new tweets",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "set twitter data": {
      "main": [
        [
          {
            "node": "Leave only new tweets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "get airtable list": {
      "main": [
        [
          {
            "node": "Set_AT_list",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Leave only new tweets": {
      "main": [
        [
          {
            "node": "Append new tweets to airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}