Skip to content

Instantly share code, notes, and snippets.

View eribertto's full-sized avatar

Eriberto Mendz eribertto

View GitHub Profile
@aldrinjenson
aldrinjenson / youtube_transcript_extractor.sh
Last active September 20, 2025 13:13
Simple bash script to download just the transcript of a youtube video. Later pass this to claude to get summary or action items or key points or whatever
#!/bin/bash
# YouTube Transcript Extractor
# This script downloads and extracts the transcript from a YouTube video,
# calculates some statistics, and copies the result to the clipboard.
# Instructions:
# 1. Ensure you have the following dependencies installed:
# - yt-dlp: https://github.com/yt-dlp/yt-dlp#installation
# - jq: https://stedolan.github.io/jq/download/