Please enable JavaScript.
Coggle requires JavaScript to display documents.
youtube pipeline - Coggle Diagram
youtube pipeline
getting data from youtube
reference
Corey Schafer's tutorial
getting google API
used 3rd party package
google-api-python-client
finding supported API
given methods
reference info
decided to obtain data of 3 major data engineering channel
getting watch history isn't available at youtube Data API
datakund
explanation
gained code from web
by programmer Tim
doesn't get data realtime
gave up
make python environment with pdm
tips
getting youtube channel Id and username with webservice
getting channel Id manually
view source code at authors channel