YouTube Data API Tutorial with Python - Find Channel Videos - Part 2

preview_player
Показать описание
In this Python Tutorial we will be learning how to work with the YouTube Data API and analyze channel statistics. This is going to be a 4 part series:

- Part 1: Setup your app and get API Key, and extract basic channel statistics
- Part 2: Get a list of all the videos of a channel
- Part 3: Get in depth statistics for each video
- Part 4: Analyze the data in a jupyter notebook

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

📚 Get my FREE NumPy Handbook:

📓 Notebooks available on Patreon:

If you enjoyed this video, please subscribe to the channel!

The code can be found here:

More:

You can find me here:

#Python #Coding #Tutorial

----------------------------------------------------------------------------------------------------------
* This is a sponsored link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

you must be a python god. Just schütteling it out of the Ärmel like this... amazing.

ExplodingHamster
Автор

Thank you for the great video series. I am still learning but this helped me understand not only calling google API but classes, function, helper functions and I was able to throw all this into a database.

One thing to note, there is a 500 "channel items" limit, after that the api starts passing some partial or blank JSON docs and eats your call pool. So the limits that you have to ensure that you don't keep pulling until your api call pool is gone is good for more than just runaway processes. If you are looking for another video idea, you could show how to read the JSON and then continue pulling using the api call after publishedAfter parameter.

gregnstuff
Автор

Was searching for someone explaining this for 2 days. Thank you so much!

TalsonHacks
Автор

thakhks for the great video! how do you get the syntax highlighting in the browser window? :o did I miss a step?

pietronickl
Автор

Спасибо за ваш труд!На вашем канале очень хорошие видео! Желаю вам творческого роста. Привет из России

Vitaly
Автор

Working together whether subscribing or signing up works for each other to provide success

greenerdayz
Автор

Good day Mr. Engineer!! Excellent Video.

jimholmes
Автор

Hi there, I am a beginner of using Youtube API, and I truly appreciate your tutorials, they are super helpful.
I am wondering if it's possible to feed in multiple channel ID and obtain stats? please advice, thank you kindly!

sdu
Автор

This is awesome stuff. Is there a way to search for channels by Title? i.e your title is Python Engineer but is there a way i can pass that in as a param instead of finding your ID?

azr
Автор

This is a very detailed tutorial
And I can see a lot of time went I to it.
Respect for that.

But I can't understand like half of it
So is there a way to get just the number of views from a certain Video without all the stuff inbetween it?

Still thanks tho

madebymate
Автор

How do you get the `channelId` of a channel?

TommyCarstensen
Автор

YouTube Data API v3 search doesn't return all the videos, even I added MaxResults parameter how can I Fix it :(

Mariam-wyyr
Автор

05:52 I got error 403 what should I do?

curious_fly
Автор

Really loving this series. I think I've followed along so far but when I try and run the code I get the error "AttributeError: module 'json' has no attribute 'url'" for lines 30, 42 and 55. I've looked it up and the only answer I can find is this happens when you have a file called json.py in the same folder as the project which I definitely don't have. Any ideas as to why this could be, would be amazing!

henrybisset