I turned a YouTube video into a newsletter email in 30 seconds
I published a YouTube video last week. 12 minutes on how I use Claude Code for note-taking.
Then I ran this:
```
python3 generate-youtube-email.py "https://youtube.com/watch?v=xxxxx"
```
30 seconds later, a markdown file appeared in my notes folder. Full newsletter email. Subject line, body, CTA. 350 words, ready to edit.
The script fetched the transcript, fed it to Claude, and generated a promotional email that sounds like me — not like a robot summarising a video.
I spent 5 minutes editing it. Then:
```
python3 schedule-newsletter.py "the-email-draft.md"
```
Scheduled for 10am the next morning. Done.
Here's why this matters.
Most creators treat YouTube and email as separate channels. Make a video. Then separately, sit down and write a newsletter about... something. Maybe the same topic, maybe not. Two creative sessions for what should be one.
The YouTube-to-email script collapses that into one workflow. The video IS the content. The email is just a way to push it to people who don't check YouTube.
What the script actually does:
- Takes a YouTube URL
- Pulls the full transcript via the YouTube API
- Sends it to Claude with a prompt tuned for my writing style
- Generates a 300-400 word email with subject line
- Saves it as a markdown file in my notes folder
- Ready to schedule with the newsletter scheduler
No copy-pasting transcripts. No rewriting from scratch. No "let me open ChatGPT and explain what this video was about."
One video, two distribution channels, 5 minutes of work.
This is one of 6 scripts in The Builder's Pipeline. The full system:
- 4 analyzers that scan your notes and generate content
- Newsletter scheduler that sends to Kit from terminal
- YouTube email generator that turns videos into newsletters
$39. One-time. Private GitHub repo.
P.S. I know what you're thinking — "won't the email just sound like a transcript summary?" No. The prompt is designed to extract the 2-3 most interesting points and write a standalone email that makes people want to watch. Not a summary. An invitation.