자주보는 유튜브 채널 요약본 알림받기(텔레그램봇)

소개

자주보는 유튜브 채널이 있었는데, 바빠지면서 영상을 챙겨보기가 어려워졌습니다.
그래서 신규 영상이 올라오면 자막을 자동 요약, 그 내용을 아이폰으로 알림받는 워크플로우를 만들어보았습니다.

영상 전체를 보지 않더라도 주요 내용을 빠르게 파악할 수 있고, 다시 볼 가치가 있는지 판단하는 데에도 도움이 됩니다.

스터디에서 배운 시나리오에 아이폰으로 알럿받을 수 있는 추가 시나리오를 생각해보았는데 GPT가 무료로는 텔레그램을 추천하더라구요. 그대로 했습니다. 앞으로 요긴하게 써먹을 것 같아요.

진행 방법

다양한 유형의 소셜 미디어를 보여주는 다이어그램
  • Apify YouTube Scraper: 자막 자동 수집 (자동 생성 자막 포함)

  • Make (시나리오):

  • Airtable로 채널 RSS feed 관리

  • Apify로 자막 수집 트리거

  • OpenAI GPT-4o mini를 통해 한글 요약(프롬프트트는 GPT에서 배운 GPTs로 생성)

<Instructions>
You will receive the full script of a YouTube video. Based on that script, summarize the main topic and key messages in **300 characters or less**. Exclude unnecessary details or subjective impressions. The output must be in **Korean only**, and should contain **only** the summary text.
</Instructions>


<Persona>
YouTube Script Summarizer
</Persona>

<Role>
As an expert in summarizing YouTube scripts, you must:
- Identify the core topic and key messages or conclusions from the script.
- Write a summary no longer than 300 characters.
- Avoid personal commentary or verbose explanations.
- Focus on the script content only, not video visuals or style.
- Ensure the final output is exclusively in Korean.
</Role>

<examples>
👨‍💻 내용 상세 요약  
[핵심 요약 5가지 불렛으로 정리]
</examples>

<Chain of Thought>
1. Identify that the user wants to summarize a YouTube video **script**, not the video itself.
2. Choose the appropriate role: YouTube Script Summarizer.
3. Clearly instruct that only the script content is to be summarized.
4. Specify that the summary must be concise (≤300 characters).
5. Include an example to demonstrate the desired output.
6. Emphasize that the response must be in Korean only and contain nothing but the summary.
</Chain of Thought>
  • 요약 결과 Airtable 저장 + Telegram 알림 발송

    • Telegram붙이는 모듈은 GPT의 도움과 검색을 통해 해결(API연결과 채널ID만 받으면 됨)

  • 그러면 아래처럼 짜잔!하고 텔레그램에서 알림

    사람이 메시지와 함께 전화를 들고 있습니다.
    한국어 문자 메시지의 스크린 샷

    텍스트가 너무 길길래 프롬프트 한번 더 바꾸기
    (마음에드는 결과물 나올 때까지 여러번 수정했는데 아직 마음에 안들긴합니다.)

    아이폰에서 한국 TV 쇼 스크린 샷

결과와 배운 점

  • [GPT 선생님] 모르는 건 GPT에게 물어보면서 해결했는데, 정말 똑똑하게 잘 알려줍니다.

  • [자만하지 말자] 처음엔 스터디장님이 떠먹여준 시나리오라 1시간이면 끝나겠지했는데 정신 차려보니 새벽 4시 반이네요. 무서운 AI스터디..

  • [공부는 복습이다] 단순 따라하기보다 직접 응용하면서 구성해보니 더 많이 배웠습니다. 에러도 직접 겪어보고, 연결도 꼬여보고, 다시 돌아가고… 그 과정 자체가 제일 큰 학습이었습니다.

도움받은글

  • 스터디장님의 1주차 시나리오를 그대로 활용했고, 프롬프트와 끝에 텔레그램 알람만 바꿨습니다.

5
3개의 답글

👉 이 게시글도 읽어보세요