Python YouTube API Tutorial: Getting Started - Creating an API Key and Querying the API

Python YouTube API Tutorial: Getting Started - Creating an API Key and Querying the API

Corey Schafer

4 года назад

212,530 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@rugmaable
@rugmaable - 10.11.2023 22:14

very informative and helpful. Great job and quality content indeed

Ответить
@yuningliu9659
@yuningliu9659 - 08.10.2023 00:08

This video is so helpful!! Thank you!

Ответить
@JRis44
@JRis44 - 15.07.2023 18:38

Can you delete comments with your API key?

Ответить
@infinitevirus4826
@infinitevirus4826 - 18.05.2023 23:03

hey corey, where did you get that username information for your channel for the forUsername variable?

Ответить
@annarocha9769
@annarocha9769 - 01.04.2023 00:25

thankkkkyouuuuu sooooo muchhhhhhh!

Ответить
@criiptico
@criiptico - 16.03.2023 21:04

I have a question, so I've followed your tutorial step by step and I'm getting an error when I declare and initialize response. The error had a link where it says there's a 403 error with the message "The request is missing a valid API key." Is there another function in the api that I an test that can confirm if the problem is the api key or access to channel information?
Thank you for the video by the way!

Ответить
@arunacoder4949
@arunacoder4949 - 04.03.2023 14:11

great explanation Thanks!

Ответить
@joum96
@joum96 - 01.03.2023 21:41

i really respect how you actually showed how us to read the documentation. As a beginner most api docs were very overwhelming for me.

Ответить
@brendaninglis_333
@brendaninglis_333 - 20.01.2023 05:12

This is an awesome tutorial!

Ответить
@CB-ym7vg
@CB-ym7vg - 25.12.2022 14:59

Thank you very much for the video and your fantastic style of teaching...

Ответить
@adautomator236
@adautomator236 - 11.12.2022 07:19

this is so helpful - thank you!!!

Ответить
@user-qn5by5iv7u
@user-qn5by5iv7u - 10.12.2022 14:33

2022

Ответить
@gmuzetest2913
@gmuzetest2913 - 26.11.2022 22:45

Hi Corey, I'm getting an error: "Import googleapiclient.discovery could not be resolved. Im using VScode on a Mac

Ответить
@rauhan_sheikh
@rauhan_sheikh - 14.11.2022 11:48

hey everyone I have a question if we are only accessing public data then why does corey emphasize on not sharing the key and says that he'll delete it after?

Ответить
@jazrg
@jazrg - 29.09.2022 21:39

Very useful and detailed video. Thanks for posting it.

Ответить
@duanakshbandi6494
@duanakshbandi6494 - 09.09.2022 23:20

amazing tutorial and very knowledgeable, thanks!!

Ответить
@JoseAngelBernal
@JoseAngelBernal - 24.08.2022 22:45

Hey Corey! I am using what I have learnt in this video to download the transcripts of your playlist about DJANGO. But I am getting an error because this video (and maybe others) has no subtitles available: "Python Django Tutorial: How to Use a Custom Domain Name for Our Application". Would you tell me what should I do in this case? what code should I write to get the transcripts of the other videos which do have them, and avoid the error? Thanks!!

Ответить
@dionisisteambot2295
@dionisisteambot2295 - 21.08.2022 16:52

Thank you

Ответить
@biswajit-k
@biswajit-k - 04.04.2022 07:19

you are awesome!

Ответить
@jonathanacuna
@jonathanacuna - 22.03.2022 07:12

Soooo interesting. My brain is on fire

Ответить
@fahnub
@fahnub - 18.03.2022 19:55

This was very helpful.

Ответить
@alexw3003
@alexw3003 - 21.02.2022 21:22

How would I get just the subscriber count since it's farther into the dict?

Ответить
@glocrowhurst
@glocrowhurst - 21.02.2022 02:07

Simply incredible. Thank you for helping me understand how to find good info in the API's documentation!

Ответить
@aondokatorjoseph6365
@aondokatorjoseph6365 - 13.02.2022 00:25

Hi Corey I installed The API correctly but the import could not be resolved. Any fixes
Thanks in Advance.

Ответить
@heroes-of-balkan
@heroes-of-balkan - 06.02.2022 22:28

I have a problem...
How I can validate my APIs in projects that are not on my computer but on Heroku (for an example)? I can't let API key be found in a code, and doing os.environ wouldn't work outside of my PC

Ответить
@heroes-of-balkan
@heroes-of-balkan - 06.02.2022 22:24

I have one problem...

Ответить
@jozemennon
@jozemennon - 30.01.2022 14:34

Your video is rly helpful!

Ответить
@travisbickle9745
@travisbickle9745 - 15.01.2022 23:50

A lot of people in the comment section have the following error: "No module named 'googleapiclient'". Can someone explain a solution in common English for someone who is an absolute Beginner? I did install the googleclient package via the Terminal and I did try saving the "Sublime Text File" inside of the Virtual envoirement folder, as suggested by other users, but to no avail. I just don't get it.

Ответить
@travisbickle9745
@travisbickle9745 - 15.01.2022 23:28

Why are my comments always deleted?

Ответить
@digigoliath
@digigoliath - 12.01.2022 04:29

Awesome!!! TQVM!!

Ответить
@samrey8134
@samrey8134 - 06.01.2022 01:17

Thank you for the Video, Picked up python course of this. I follow your example in attempt to query an API with API_ID and Secret, but I got no dice. Any insight in regards to syntax.
I will gladly share my code, but may be a bit long for the Comment section. lol

Ответить
@shyamss2338
@shyamss2338 - 29.12.2021 04:24

What is request variable doing here?

Ответить
@secureshell1516
@secureshell1516 - 14.12.2021 14:28

Thank you!

Ответить
@rinsyarifuddin8696
@rinsyarifuddin8696 - 05.12.2021 03:58

{
"error": {
"code": 403,
"message": "The request is missing a valid API key.",
"errors": [
{
"message": "The request is missing a valid API key.",
"domain": "global",
"reason": "forbidden"
}
],
"status": "PERMISSION_DENIED"
}
}
I get this error,, please help me to solve it

Ответить
@hshs510
@hshs510 - 25.11.2021 14:17

Those who are getting ModuleNotFoundError: No module named 'googleapiclient' error run the code in virtual env in the terminal

Ответить
@qinyuehao1619
@qinyuehao1619 - 18.11.2021 00:46

Thank you! Amazing Tutorial!

Ответить
@youvanced6593
@youvanced6593 - 27.09.2021 16:56

How could I have ever understood that documentation if you hadn't explained it. I swear to god, it's like Chinese to me.

Ответить
@vinayaksharma-ys3ip
@vinayaksharma-ys3ip - 26.09.2021 09:38

Amazing Tutorial Buddy....Thanks a Ton!!

Ответить
@manuelovalles4042
@manuelovalles4042 - 12.09.2021 19:50

I am receiving this Error:

ModuleNotFoundError: No module named 'googleapiclient'

anyone have a solution?

Ответить
@rahulmishra6478
@rahulmishra6478 - 11.09.2021 19:27

amazing

Ответить
@eduardocruzism
@eduardocruzism - 08.09.2021 18:05

Is there a way to get more tem 10k subscribers names per day using YT Data API? I got full access to that channel (6 Million subscribers)

Ответить