This script allows you to bulk download transcripts from a YouTube channel.
- Python 3.x
- youtube-transcript-api
- requests
And a YouTube Data API key. Get it from https://console.cloud.google.com/?hl=de
Google how to get a YouTube Data API key if you don't have one yet.
- Install the dependencies:
pip install youtube-transcript-api requests
- Run the script:
python go.py
- Enter the channel name or handle (e.g., @ycombinator or ycombinator)
All extracted transcripts will be saved in the transcripts
folder.