{
  "name": "Create a post with comments in Reddit automatically",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        270,
        340
      ]
    },
    {
      "id": null,
      "name": "Reddit",
      "type": "n8n-nodes-base.reddit",
      "position": [
        470,
        340
      ]
    },
    {
      "id": null,
      "name": "Reddit1",
      "type": "n8n-nodes-base.reddit",
      "position": [
        670,
        340
      ]
    },
    {
      "id": null,
      "name": "Reddit2",
      "type": "n8n-nodes-base.reddit",
      "position": [
        870,
        340
      ]
    }
  ],
  "connections": {
    "Reddit": {
      "main": [
        [
          {
            "node": "Reddit1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reddit1": {
      "main": [
        [
          {
            "node": "Reddit2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Reddit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}