8
n8n 한국어amn8n.com

AI를 사용하여 여러 신문에서 매일 과학 기술 뉴스를 요약

중급

이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 If, Set, Html, EmailSend, HttpRequest 등의 노드를 사용하며. 매일 과학 기술 뉴스 요약: Google 뉴스를 Llama AI가 수집하여 이메일로 배달

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "EJkg3fmJep0B94zU",
  "meta": {
    "instanceId": "dd69efaf8212c74ad206700d104739d3329588a6f3f8381a46a481f34c9cc281",
    "templateCredsSetupCompleted": true
  },
  "name": "Summarized Daily Technology News from Multiple Newspapers with AI",
  "tags": [],
  "nodes": [
    {
      "id": "9ce6590f-db9d-4981-9445-6426690c9d3b",
      "name": "일일 기술 뉴스 트리거 예약",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -900,
        1310
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 8
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f97e0ede-5341-4d52-a360-b49d6741e828",
      "name": "Google 기술 뉴스 수집",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Fetches tech news from Google News India",
      "position": [
        -680,
        1310
      ],
      "parameters": {
        "url": "https://news.google.com/search?q=tech%20news&hl=en-IN&gl=IN&ceid=IN%3Aen",
        "options": {
          "timeout": 15000
        }
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "501e3abb-e82c-4fb1-84aa-458ca3a6d09e",
      "name": "기술 뉴스 기사 추출",
      "type": "n8n-nodes-base.html",
      "notes": "Updated selectors for Google News structure - extracts titles, sources, times and full content",
      "position": [
        -460,
        1310
      ],
      "parameters": {
        "options": {
          "cleanUpText": true
        },
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "Article Titles",
              "cssSelector": "article h3 a, article h4 a, .JtKRv",
              "returnArray": true
            },
            {
              "key": "Article Links",
              "cssSelector": "article h3 a, article h4 a, .JtKRv",
              "returnArray": true
            },
            {
              "key": "Article Sources",
              "cssSelector": "article .wEwyrc, .vr1PYe, .CEMjEf",
              "returnArray": true
            },
            {
              "key": "Publication Times",
              "cssSelector": "article time, .WW6dff, .hvbAAd",
              "returnArray": true
            },
            {
              "key": "Article Snippets",
              "cssSelector": "article .GI74Re, .St8ea, .y3G2Ed",
              "returnArray": true
            },
            {
              "key": "All Articles",
              "cssSelector": "article",
              "returnArray": true
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 1.2
    },
    {
      "id": "15702e6e-5ee9-470a-ac3f-5c8604e97ced",
      "name": "기술 뉴스 데이터 포맷팅",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        1310
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "5412a5ee-dbbe-4fcc-98a5-6fafc37b94d1",
              "name": "Formatted_Tech_News",
              "type": "string",
              "value": "=DAILY TECH NEWS SUMMARY - {{ new Date().toLocaleDateString('en-IN') }}\n========================================================\n\nSource: Google News - Tech Category (India)\nExtracted at: {{ new Date().toLocaleTimeString('en-IN') }}\n\n📰 HEADLINES EXTRACTED:\n{{ $json['Article Titles'] && Array.isArray($json['Article Titles']) ? $json['Article Titles'].slice(0, 15).map((title, i) => `${i+1}. ${title}`).join('\\n') : 'No titles found' }}\n\n⏰ PUBLICATION TIMES:\n{{ $json['Publication Times'] && Array.isArray($json['Publication Times']) ? $json['Publication Times'].slice(0, 10).join(' | ') : 'No times found' }}\n\n📄 ARTICLE CONTENT FOR AI ANALYSIS:\n{{ $json['All Articles'] && Array.isArray($json['All Articles']) ? $json['All Articles'].slice(0, 8).join('\\n\\n=== NEXT ARTICLE ===\\n\\n') : 'No article content found' }}\n\n📊 EXTRACTION SUMMARY:\nTitles found: {{ $json['Article Titles'] ? $json['Article Titles'].length : 0 }}\nSources found: {{ $json['Article Sources'] ? $json['Article Sources'].length : 0 }}\nTimes found: {{ $json['Publication Times'] ? $json['Publication Times'].length : 0 }}"
            },
            {
              "id": "news_count",
              "name": "Article_Count",
              "type": "number",
              "value": "={{ $json['Article Titles'].length }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "be8b1b53-26b7-4713-bbce-f59a7a13e940",
      "name": "AI 기술 뉴스 분석기",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        200,
        1060
      ],
      "parameters": {
        "text": "=Analyze and summarize today's tech news:\n\n{{ $json['Formatted_Tech_News'] }}",
        "options": {
          "systemMessage": "You are a tech industry analyst and news curator. Your role is to analyze the latest technology news and provide a comprehensive yet concise daily summary for tech professionals, entrepreneurs, and enthusiasts.\n\nYour summary should include:\n\n1. **KEY TECH TRENDS** - Identify 2-3 major themes or trends from today's news\n2. **MAJOR ANNOUNCEMENTS** - Highlight significant product launches, acquisitions, or company news\n3. **INDUSTRY IMPACT** - Brief analysis of how these developments might affect the tech ecosystem\n4. **EMERGING TECHNOLOGIES** - Note any mentions of AI, blockchain, cloud computing, cybersecurity, or other cutting-edge tech\n5. **MARKET MOVEMENTS** - Any notable stock movements or funding announcements in tech sector\n6. **OUTLOOK** - Brief prediction or what to watch for tomorrow/this week\n\nKeep the tone professional yet accessible. Focus on actionable insights for tech professionals. Limit the summary to 300-400 words maximum.\n\nFormat your response with clear sections using markdown headers."
        },
        "promptType": "define"
      },
      "typeVersion": 1.6
    },
    {
      "id": "5ea649f0-f389-450b-b128-26add07ff485",
      "name": "기술 뉴스 이메일 발송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        576,
        1160
      ],
      "webhookId": "5ca3faf6-d857-4d58-8676-90e392fa9cc2",
      "parameters": {
        "text": "={{ $json.output }}",
        "options": {},
        "subject": "🚀 Daily Tech News Summary - {{ new Date().toLocaleDateString('en-IN') }}",
        "toEmail": "recipient@gmail.com",
        "fromEmail": "your-email@gmail.com",
        "emailFormat": "text"
      },
      "credentials": {
        "smtp": {
          "id": "G1kyF8cSWTZ4vouN",
          "name": "SMTP -test"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "1941552b-cf75-4b69-bbcc-dfe8978224c9",
      "name": "LLM - 기술 뉴스 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        288,
        1280
      ],
      "parameters": {
        "model": "llama3.2-16000:latest",
        "options": {
          "temperature": 0.3
        }
      },
      "credentials": {
        "ollamaApi": {
          "id": "h9CEBFmYALm3FvZf",
          "name": "Ollama account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "163f6f7a-e18e-4798-a30d-ae2dda2f2ebb",
      "name": "워크플로우 정보",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        780
      ],
      "parameters": {
        "color": 5,
        "width": 420,
        "height": 380,
        "content": "🚀 **Daily Tech News Automation**\n\nThis workflow:\n• Scrapes Google News tech section daily at 8 AM\n• Extracts headlines, sources & timestamps\n• Uses AI to analyze trends and create summary\n• Sends formatted email report\n\n**Perfect for:**\n✅ Tech professionals\n✅ Startup founders\n✅ Product managers\n✅ Tech investors\n\n**Data Sources:**\n📱 Google News India - Tech Category\n🤖 AI-powered analysis\n📧 Automated email delivery"
      },
      "typeVersion": 1
    },
    {
      "id": "98d88b46-aa1d-4d41-931a-c5c280b15844",
      "name": "뉴스 발견 여부 확인",
      "type": "n8n-nodes-base.if",
      "position": [
        -20,
        1310
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "condition_1",
              "operator": {
                "type": "number",
                "operation": "gte",
                "rightType": "number"
              },
              "leftValue": "={{ $json['Article_Count'] }}",
              "rightValue": 1
            }
          ]
        }
      },
      "typeVersion": 2
    },
    {
      "id": "7b956366-8c47-4538-adce-9d9916f7a121",
      "name": "오류 알림 발송",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        278,
        1460
      ],
      "webhookId": "ef03f3c0-044d-48f0-b289-f46bf6dbfe6e",
      "parameters": {
        "text": "The daily tech news workflow ran but found no articles to process.\n\nThis could be due to:\n- Changes in Google News website structure\n- Network connectivity issues\n- CSS selector updates needed\n\nPlease check the workflow configuration.\n\nTime: {{ new Date().toLocaleString('en-IN') }}",
        "options": {},
        "subject": "⚠️ Tech News Workflow Alert - No Articles Found",
        "toEmail": "recipient@gmail.com",
        "fromEmail": "your-email@gmail.com",
        "emailFormat": "text"
      },
      "credentials": {
        "smtp": {
          "id": "G1kyF8cSWTZ4vouN",
          "name": "SMTP -test"
        }
      },
      "typeVersion": 2.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "38bf1c7a-6241-4fbf-8002-3870e1654869",
  "connections": {
    "98d88b46-aa1d-4d41-931a-c5c280b15844": {
      "main": [
        [
          {
            "node": "be8b1b53-26b7-4713-bbce-f59a7a13e940",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "7b956366-8c47-4538-adce-9d9916f7a121",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "be8b1b53-26b7-4713-bbce-f59a7a13e940": {
      "main": [
        [
          {
            "node": "5ea649f0-f389-450b-b128-26add07ff485",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "15702e6e-5ee9-470a-ac3f-5c8604e97ced": {
      "main": [
        [
          {
            "node": "98d88b46-aa1d-4d41-931a-c5c280b15844",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1941552b-cf75-4b69-bbcc-dfe8978224c9": {
      "ai_languageModel": [
        [
          {
            "node": "be8b1b53-26b7-4713-bbce-f59a7a13e940",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f97e0ede-5341-4d52-a360-b49d6741e828": {
      "main": [
        [
          {
            "node": "501e3abb-e82c-4fb1-84aa-458ca3a6d09e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "501e3abb-e82c-4fb1-84aa-458ca3a6d09e": {
      "main": [
        [
          {
            "node": "15702e6e-5ee9-470a-ac3f-5c8604e97ced",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9ce6590f-db9d-4981-9445-6426690c9d3b": {
      "main": [
        [
          {
            "node": "f97e0ede-5341-4d52-a360-b49d6741e828",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 개인 생산성, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수10
카테고리2
노드 유형9
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Oneclick AI Squad

Oneclick AI Squad

@oneclick-ai

The AI Squad Initiative is a pioneering effort to build, automate and scale AI-powered workflows using n8n.io. Our mission is to help individuals and businesses integrate AI agents seamlessly into their daily operations from automating tasks and enhancing productivity to creating innovative, intelligent solutions. We design modular, reusable AI workflow templates that empower creators, developers and teams to supercharge their automation with minimal effort and maximum impact.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34