/youtube-data-kit

A simple app for downloading YouTube videos, transcripts, thumbnails, and channel data all in one place. Built to self-host with Python, Streamlit, and Docker. Free and open source.

Primary LanguagePythonApache License 2.0Apache-2.0

Python application

A free Python app for downloading YouTube videos, transcripts, thumbnails, and channel data all in one place

A simple app that lets you conveniently download youtube videos, transcripts, thumbnails, and channel data. All in one place. Can be easily run locally using python or docker.

To run the app install the associated requirements.txt and run

python streamlit run ytdatakit/app.py

Or run via Docker

docker compose up