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