This project helps YouTubers improve their video titles using AI. It automatically fetches your latest 5 videos, generates better titles using GPT-4o, and emails them to you.
- 📺 Fetches latest 5 videos from your YouTube channel
- 🤖 Uses Motia.dev and GPT-4-mini for title improvements
- 📧 Sends email notifications with original and improved titles
- ⚡ Easy setup and configuration
- Motia.dev with Typescript - Backend platform
- OpenAI GPT-4o-mini - Improve Youtube Titles
- Resend - Email Service
- Clone the repository
- Install dependencies:
npm install- Configure environment variables:
YOUTUBE_API_KEY=<YOUR_YOUTUBE_API_KEY>
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
RESEND_API_KEY=<YOUR_RESEND_API_KEY>
RESEND_FROM_EMAIL=<YOUR_RESEND_FROM_EMAIL>npm run devThank you to Motia.dev for this amazing tools and great developer experience. Your dedication to empowering creators is greatly appreciated!