Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 782 Bytes

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