{
  "name": "Security Scanner - Social Media Auto Post",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": {
            "hours": 24
          }
        }
      },
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        100,
        200
      ]
    },
    {
      "parameters": {
        "text": "={{ '\ud83d\udd12 AI Skill Security Scanner v1.0 \u6b63\u5f0f\u4e0a\u7dda\uff01\n\n\u2705 \u6383\u63cf API Key \u6d29\u6f0f\n\u2705 \u5075\u6e2c\u60e1\u610f\u7a0b\u5f0f\u78bc\n\u2705 \u6b0a\u9650\u98a8\u96aa\u8a55\u4f30\n\n\ud83d\udcb0 \u500b\u4eba\u7248\u53ea\u8981 $49\n\ud83d\udcde \u806f\u7e6b: @singularity_capital_bot\n\n#AI #\u8cc7\u5b89 #\u81ea\u52d5\u5316' }}"
      },
      "name": "Twitter Post",
      "type": "n8n-nodes-base.twitter",
      "typeVersion": 1,
      "position": [
        300,
        200
      ]
    },
    {
      "parameters": {
        "text": "={{ '\ud83d\udd12 AI Skill Security Scanner \u6b63\u5f0f\u4e0a\u7dda\uff01\n\n\u2705 \u6383\u63cf API Key \u6d29\u6f0f\n\u2705 \u5075\u6e2c\u60e1\u610f\u7a0b\u5f0f\u78bc\n\u2705 \u6b0a\u9650\u98a8\u96aa\u8a55\u4f30\n\n\ud83d\udcb0 \u500b\u4eba\u7248 $49 | \u4f01\u696d\u7248 $499/\u5e74\n\ud83d\udcde \u806f\u7e6b: @singularity_capital_bot\n\n#AI #\u8cc7\u5b89 #\u7a0b\u5f0f\u958b\u767c' }}"
      },
      "name": "Facebook Post",
      "type": "n8n-nodes-base.facebookGraphApi",
      "typeVersion": 1,
      "position": [
        300,
        350
      ]
    },
    {
      "parameters": {
        "chatId": "1408472778",
        "text": "={{ '\ud83c\udf89 \u81ea\u52d5\u5316\u63a8\u6587\u5df2\u767c\u5e03\uff01\n\n\ud83d\udd12 Security Scanner v1.0\n\nTwitter: \u2705\nFacebook: \u2705\n\n\ud83d\udcca \u8ffd\u8e64: https://github.com/andycywu/security-scanner' }}"
      },
      "name": "Telegram Notify",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1,
      "position": [
        500,
        200
      ]
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Twitter Post",
            "type": "main",
            "index": 0
          },
          {
            "node": "Facebook Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twitter Post": {
      "main": [
        [
          {
            "node": "Telegram Notify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}