youtube-transcript-api and python-youtube-transcription

The first tool is a lightweight library for retrieving existing YouTube transcripts/subtitles, while the second is a full application framework that uses transcription methods (potentially including the first tool) as one component within a broader Flask-based system, making them complements rather than competitors.

Maintenance 13/25
Adoption 15/25
Maturity 25/25
Community 20/25
Maintenance 2/25
Adoption 4/25
Maturity 16/25
Community 13/25
Stars: 7,078
Forks: 734
Downloads:
Commits (30d): 3
Language: Python
License: MIT
Stars: 5
Forks: 2
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m No Package No Dependents

About youtube-transcript-api

jdepoix/youtube-transcript-api

This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!

This tool helps you quickly get the text transcript or subtitles from any YouTube video. You simply provide the video ID, and it returns the spoken text along with timestamps. This is useful for researchers, content creators, or anyone needing to analyze or repurpose video content.

video-analysis content-creation research media-transcription SEO

About python-youtube-transcription

heyfoz/python-youtube-transcription

This repository contains Python scripts and a local Flask web application for transcribing YouTube videos using various methods. It includes functionalities to retrieve video transcripts using the YouTube Data API, download audio from YouTube videos, and convert audio to text using speech recognition.

Scores updated daily from GitHub, PyPI, and npm data. How scores work