Skip to content

mowsen/youtube-transcript-bulk-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Youtube Transcript Bulk Downloader

Description

This script allows you to bulk download transcripts from a YouTube channel.

Requirements

  • 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.

How to use

  1. Install the dependencies:
pip install youtube-transcript-api requests
  1. Run the script:
python go.py
  1. Enter the channel name or handle (e.g., @ycombinator or ycombinator)

All extracted transcripts will be saved in the transcripts folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages