{
  "name": "Extract and analyze Truth Social posts for stock market impact with Airtop & Slack",
  "nodes": [
    {
      "id": "238f0e0a-71ca-4434-b481-da683df58312",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        -380
      ]
    },
    {
      "id": "e8c37340-3fb4-4f4c-841e-7eade92e3c75",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        660,
        -380
      ]
    },
    {
      "id": "aa96b4a4-b93c-4e01-82f7-672d853b41f0",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        880,
        -380
      ]
    },
    {
      "id": "2752a716-65ad-45cc-a373-fa001713b172",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        440,
        -380
      ]
    },
    {
      "id": "5a8967f1-8dd7-411f-9c1e-e5846b204b3b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1540,
        -720
      ],
      "parameters": {
        "width": 1040,
        "height": 1300,
        "content": "README\n\n# Trump-o-meter: Extracting and Evaluating Truth Social Posts\n\n## Use Case\n\nAutomatically extracting posts from Donald Trump's Truth Social account and estimating their potential impact on the"
      }
    },
    {
      "id": "84cd624a-39f0-4318-8277-5b708814057b",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -440,
        -180
      ]
    },
    {
      "id": "39dd927f-d163-4d55-896b-73051714c9d0",
      "name": "Extract and Analyze Posts",
      "type": "n8n-nodes-base.airtop",
      "position": [
        220,
        -280
      ]
    },
    {
      "id": "a2055437-8c3b-4104-a1c1-dc3ee59044b4",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -420
      ],
      "parameters": {
        "width": 200,
        "height": 320,
        "content": "## Enter Airtop Profile name here"
      }
    },
    {
      "id": "3da92d0a-c837-4625-8b56-669dd79b88ba",
      "name": "Create Airtop Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -220,
        -280
      ]
    },
    {
      "id": "03bca384-9f71-449f-9662-415b7582bfa8",
      "name": "Create Airtop Browser",
      "type": "n8n-nodes-base.airtop",
      "position": [
        0,
        -280
      ]
    },
    {
      "id": "44dcc003-1804-45df-bf62-d819b58026d3",
      "name": "Terminate Airtop Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        440,
        -180
      ]
    }
  ],
  "connections": {
    "Slack": {
      "main": [
        []
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Create Airtop Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Airtop Browser": {
      "main": [
        [
          {
            "node": "Extract and Analyze Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Airtop Session": {
      "main": [
        [
          {
            "node": "Create Airtop Browser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract and Analyze Posts": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          },
          {
            "node": "Terminate Airtop Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Create Airtop Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}