Posts tagged “nodejs”
Build a Discord Bot That Fetches YouTube Transcripts
Step-by-step guide to building a Discord slash command bot that fetches YouTube transcripts via API, formats results, and handles rate limits.
Zied · 8/12/2026 · 7 min read
Build a Slack Bot That Summarizes YouTube Videos
Learn to build a Slack slash command that fetches a YouTube transcript via API and returns an AI-generated summary in under 3 seconds.
Zied · 8/1/2026 · 8 min read
Multilingual YouTube Subtitle Translator API
Fetch YouTube transcripts as JSON, pipe segments into DeepL or GPT, and export SRT/VTT subtitles in any of 125+ languages. Step-by-step with Python and Node.js.
Zied · 7/20/2026 · 9 min read
Extract YouTube Subtitles in Node.js: A Practical Guide
Learn how to fetch YouTube subtitles in Node.js using async/await, handle errors and rate limits, convert JSON to SRT/VTT, and batch requests safely.
Zied · 6/23/2026 · 8 min read