Python Project to Scrape YouTube using YouTube Data API | Analyze and Visualize YouTube data

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 308

  • @SMajid--SMajid
    @SMajid--SMajid ปีที่แล้ว +9

    Here's how to get channel ID in 2023:
    1. Go to the desired channel and right click on the channel page
    2. Go to 'View Page Source'
    3. On the source page, top left will have 'Line wrap' with a check box, check that box
    4. Press ctrl+F on your keyboard to open search tab
    5. Type '?channel_id', it will highlight channel ID for you
    6. Copy and use it

  • @d4lm0
    @d4lm0 ปีที่แล้ว +2

    To those who had problems installing google-api-python-client try these:
    To install this package run one of the following:
    conda install -c conda-forge google-api-python-client
    conda install -c "conda-forge/label/cf201901" google-api-python-client
    conda install -c "conda-forge/label/cf202003" google-api-python-client
    conda install -c "conda-forge/label/gcc7" google-api-python-client

  • @mhapich
    @mhapich ปีที่แล้ว +4

    This is the first video that I've watched on scraping ANYTHING that I was able to follow from beginning to end, understand, and be able to apply to my own channels and project...without running into problems that couldn't be easily fixed! I could fix my own mistakes because you explained each step so thoroughly. Thank you!!

    • @ashkraze
      @ashkraze ปีที่แล้ว

      hi i was scrapping vids from pewdiepie,mrbeast channel and i encountered an error i am able to fetch title and published date of all video_ids but in fetching likes it is showing "" 'KeyError' : 'lkeCount "" and same for viewcount, comment count..
      Did you face the same issue and if yes how did youresolve it??

    • @mhapich
      @mhapich ปีที่แล้ว +1

      @@ashkraze I did run into that! What I did was use a nested try except block. I put the code from this video on creating the dictionary in try, then, under except, I put the same code, but I commented out the line that was giving me the error. Does that make sense? I needed to nest three more blocks depending on the error that was getting thrown. In each except block, I commented out a different statistic in the dictionary.

    • @ashkraze
      @ashkraze ปีที่แล้ว

      @@mhapich yes that MAKES SENSE, fixed it and its running absolutely fine, Thanks mate!

    • @d4lm0
      @d4lm0 ปีที่แล้ว

      I'm having a error (even after closing the execute wit () ). Help plz

    • @kalyanijog
      @kalyanijog ปีที่แล้ว +1

      @@ashkraze only title,published_at and views work well for me, for like and comment I got keyError

  • @AlexandreDias18
    @AlexandreDias18 ปีที่แล้ว +14

    Wow, as a fellow data scientist, I am truly amazed by the incredible work you've done! Your expertise in data analysis and modeling is truly inspiring. Your ability to harness the power of data to uncover insights and make informed decisions is truly invaluable. Your work has helped businesses optimize their operations, improve customer experiences, and drive innovation.
    Thank you for your hard work and dedication in making the world a better place through data-driven insights. Keep up the amazing work!

  • @urvindarkaur0278
    @urvindarkaur0278 2 ปีที่แล้ว +12

    I haven't found anything better on youtube than your videos for data analysis. Only request I have is for you to make as many projects as you can from easiest to most difficult projects so that we can be thorough in this field. Even if I have to pay for it, I'd be more than happy. BUT , please don't stop here especially for projects...learning languages is slightly different than when we have to put together all of the learned tings in the project

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +2

      Noted and will come up with more projects in the near future

    • @manickmax6818
      @manickmax6818 ปีที่แล้ว

      @@techTFQ I'm also waiting bro do more projects bro for beginners it's very helpful

  • @digdra
    @digdra 2 ปีที่แล้ว +3

    Best tutorial about getting TH-cam data I found here! Your code is cleaner than the one proposed in other tutorials. Thank you!

  • @KingofZamunda.
    @KingofZamunda. 2 ปีที่แล้ว +10

    This is impresive and easy to follow,👌🏻 however TH-cam disabled the dislike count( The statistics.dislikeCount property was made private as of December 13, 2021. This means that the property is included in an API response only if the API request was authenticated by the video owner.) and this will affect the function to get video details.

  • @PhamHuy-j4e
    @PhamHuy-j4e 7 หลายเดือนก่อน

    for a non-tech background like me, your tutorial is super easy to follow.

  • @hoekbrwr
    @hoekbrwr ปีที่แล้ว

    I am happy I struggled over this. I was googling for a Google Apps script and ended in Python. It is a very clear explanation and I am so happy about your English pronounciation. Lot of your country men(or women) have a strong accent i get very very tired of, so I give up or miss too much. So I subscribed to your channel!

  • @MichaelThompson-pe1wi
    @MichaelThompson-pe1wi 2 ปีที่แล้ว +1

    I had to do a project like this for my internship. You are a lifesaver!

    • @PhamHuy-j4e
      @PhamHuy-j4e 7 หลายเดือนก่อน

      did you get internship?

  • @thetruth4461
    @thetruth4461 ปีที่แล้ว +2

    For those of you who are seeing this project in 2023, in the function to get video ids remove the dislike code as now youtube api does not give information on dislikes.

  • @kiruthickagp
    @kiruthickagp ปีที่แล้ว

    Thanks a loy techTFQ. I was struggling a lot to do the initial steps of this project . Please do lot of videos like this !!!!!!!

  • @mayankjacky
    @mayankjacky 9 หลายเดือนก่อน +1

    A great video which covers all aspects of creating a project in Python for Data Science. Thank you for your service to the community at large. Regards.

    • @techTFQ
      @techTFQ  9 หลายเดือนก่อน

      Your welcome, glad it helps

  • @laurak5196
    @laurak5196 3 ปีที่แล้ว +11

    Hi Thoufiq, this is very impressive! I’m watching this purely out of curiosity bc I’ve not started my python class yet; however, I would love to see SQL project ideas, maybe for data cleaning and/or analysis. Thanks as always for your clear explanations and guidance 👍🏻 Also very glad to see you’re closing in on 15K, friend!! Congratulations in advance 😀👌🏻🙏🏻

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว +3

      ☺️😃 thanks Laura
      Yeah I’ll make some SQL projects for Data analysis in the near future..
      Yeah feels great to see the channel growing 😍
      Grateful for all your well wishes 🙏🏼

  • @fortunusmedia
    @fortunusmedia 11 หลายเดือนก่อน

    Hi Thoufiq, this is a very impressive tutorial. I followed this and managed to create my own visualizations for my Master of Arts project, which analyzes several political TH-camrs' video output. Very helpful!

    • @techTFQ
      @techTFQ  11 หลายเดือนก่อน

      Thanks and glad it helped:)

    • @justiconblack
      @justiconblack 10 หลายเดือนก่อน

      ​@@techTFQ
      Hello Thoufiq, I'm trying this exact same thing except I'm using username instead of channel Id,
      But the response only displays pageInfo : total results: 0
      Any idea on what is wrong?

  • @fathimafarahna2633
    @fathimafarahna2633 3 ปีที่แล้ว +3

    Fab as always... concise and on fleek. Keep up👌🏻👌🏻🙏

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you ❤️😘

  • @Sakshi-u1v4i
    @Sakshi-u1v4i 9 หลายเดือนก่อน

    I have to say that you are very great...I am following your channel.Your projects are just amazing for getting job.

  • @sethpai
    @sethpai ปีที่แล้ว

    Brilliant tutorial. Appreciated the pace and detail. With this tutorial, I can focus my time on exploring TH-cam data and not worrying about how to get it!

  • @khanofficial5370
    @khanofficial5370 2 ปีที่แล้ว +1

    Assalamualaikum Toufiq ,
    It's really a best ever vedio which i look in TH-cam for web scrapping.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +1

      Walaikum salaam and thank you 🙏🏼

  • @AK-Star007
    @AK-Star007 2 ปีที่แล้ว +2

    This was exactly what i was looking for, to the point explanation. Thanx

  • @sultankhatri7230
    @sultankhatri7230 3 ปีที่แล้ว +6

    Thanks a lot for this video!!! 😊😊
    Btw liked and ofc already subscribed.
    Please upload more videos of projects

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว +1

      Thank you Sultan 🙏🏼
      Really happy to know you liked this video.. 🙂
      Yeah I plan to upload more project videos..

    • @sultankhatri7230
      @sultankhatri7230 3 ปีที่แล้ว +1

      @@techTFQ thanks a lot brother 😊😊

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Your welcome bro 🙏🏼

  • @wingdigitalmarketing
    @wingdigitalmarketing ปีที่แล้ว

    That was wonderfully helpful, Thoufiq. I am a complete novice and while elemets of the coding, such as programs you used, where to find them, how to intergrate are aspects I need to further study, the process you took was clear and inciteful. I paid attention throughout and flatter myself that I saw a few of your return errors before you did 😉 Now to study some more and see where this takes me. Thanks again. David

  • @Anonymous-le2zr
    @Anonymous-le2zr 3 ปีที่แล้ว +2

    One of the best Analysis video I have seen so far
    Amazing Content , Expecting videos on some more projects .
    Appreciate your hard work !!

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you 🙏🏼
      Glad you liked it 🙂

  • @66.divyajaiswal13
    @66.divyajaiswal13 4 หลายเดือนก่อน +3

    I liked the video but from college prospective:
    1)how this project will be helpful
    2) why should we develop this project
    Please answer me....

    • @FrankT860
      @FrankT860 2 หลายเดือนก่อน +1

      Practice / learn to use a new tool

  • @savyhash1855
    @savyhash1855 9 หลายเดือนก่อน

    I have never seen such a detailed ml video..great

  • @bobbymcclane2639
    @bobbymcclane2639 10 หลายเดือนก่อน

    your coding skills are very good

  • @swarnimsrijan7470
    @swarnimsrijan7470 6 หลายเดือนก่อน

    what a brilliant lecture! Really impressed by you sir, thanks for helping out I the journey

  • @zechariaparas9885
    @zechariaparas9885 2 ปีที่แล้ว

    Awesome Video! Subscribed because of this! Keep up the good work! Godsent

  • @mohammedshahil4898
    @mohammedshahil4898 3 ปีที่แล้ว +1

    Was waiting for this😃Thanks a lot brother for this very helpful video👌🏻
    Way to go🙌🏻

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you hero 🙏🏼
      Glad you are finding these videos useful 😍❤️

  • @pzuazu8636
    @pzuazu8636 2 ปีที่แล้ว

    Wow, I love how you bring it all together. Thank you again.

  • @dakshbhatnagar
    @dakshbhatnagar 2 ปีที่แล้ว +3

    Thanks, Brother. This was a bit intricate for me as I have just started out learning Python for Data Analysis but the tricks you have used are new and I am eager to learn and use them and create a new project based off of this information. Don't worry, keep at it, you will be bigger than Ken Jee one day, just stay consistent.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +1

      Thank you Daksh 🙏🏼
      I am glad you found this useful 🙂
      And there is no competition with any other TH-camrs, everyone is amazing at what they do ..
      I chose this example as I felt anyone and everyone could relate to this example and easily understand the concepts..
      But thank you for your kind words 🙂

  • @ChristinaK-r6n
    @ChristinaK-r6n 5 หลายเดือนก่อน

    Thank you for putting this together! It was super helpful for me

  • @kancherlavenumadhav9360
    @kancherlavenumadhav9360 3 ปีที่แล้ว +3

    Really interested in this stuff and fabulous explanation ...Also please do videos on Data science how to begin from scratch ......🙌🙌

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you Kancherla 🙏🏼
      Glad you liked it..
      Yes will cover videos on data science soon..

  • @soumilyade1057
    @soumilyade1057 ปีที่แล้ว +1

    30:52 well, now you have 215K subscribers xD Congrats on that, and thanks for the video....!

  • @jeeyuuni
    @jeeyuuni ปีที่แล้ว +2

    thank you so much for this ! it was super easy to follow along you are a great teacher!

    • @techTFQ
      @techTFQ  ปีที่แล้ว +1

      Thank you very much 🙏🏼
      Glad it helped

  • @samsonkiflom5954
    @samsonkiflom5954 2 ปีที่แล้ว

    Thanks for creating this project. I watched it like an action movie :) and going to learn bit by bit again by creating the same project again.

  • @yichienchong7474
    @yichienchong7474 2 ปีที่แล้ว +1

    Thank you Thoufiq, this is a great project.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Glad you like it

  • @tmh3929
    @tmh3929 2 ปีที่แล้ว +1

    Thanks a lot techTFQ! It's a great project indeed.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Thank you :)

  • @ExcelNWithInisa
    @ExcelNWithInisa 2 ปีที่แล้ว

    I'm only 25 minutes in and I've learned sooooooooo much already!! Thank you :)

  • @muhammaddanialtanoli
    @muhammaddanialtanoli ปีที่แล้ว

    Nicely explained each and every detail thank you so much

  • @ImranAhmed-vl5po
    @ImranAhmed-vl5po 2 ปีที่แล้ว +1

    good work taufiq thanks for sharing

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Your welcome Imran
      Glad you liked it

  • @rajeshjakkawar3338
    @rajeshjakkawar3338 2 ปีที่แล้ว +3

    project is done...........thank you

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      cool 🙏

    • @ayuuniyal5657
      @ayuuniyal5657 2 ปีที่แล้ว

      HI,
      ModuleNotFoundError: No module named 'googleapiclient' I am geting this error can you help me?

  • @sameermehdi3143
    @sameermehdi3143 2 ปีที่แล้ว +1

    Thankyou so much for this wonderful tutorial and from my anlysis you posted most video on Jan and feb :-p

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +1

      Haha that’s pretty right 👍

    • @sameermehdi3143
      @sameermehdi3143 2 ปีที่แล้ว

      Sir waiting for SQL project

    • @sameermehdi3143
      @sameermehdi3143 2 ปีที่แล้ว

      One more question do we need to create another API key for another youtuber analysis?

  • @fahnub
    @fahnub 2 ปีที่แล้ว

    this is such a good practice project. definitely going on my github.

  • @Empeiro
    @Empeiro ปีที่แล้ว

    Brother what a nice video, thanks for the time and sharing!

  • @kamalverma6064
    @kamalverma6064 3 ปีที่แล้ว +2

    You are so brilliant 🥳🥳🥳🙏🙏💐

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you Kamal 🙏🏼
      Glad you liked it 🙂

  • @sabaamanollahi5901
    @sabaamanollahi5901 2 ปีที่แล้ว

    Thank you Thoufiq for this incredible video

  • @varalakshmidanda2684
    @varalakshmidanda2684 3 ปีที่แล้ว +1

    Excellent work and great explanation sir.. waiting for more of challenging videos

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you 🙏🏼
      Glad you liked it …

  • @kowsergazi
    @kowsergazi ปีที่แล้ว

    Great video. Looking for more like this.

  • @jarosawszyc8287
    @jarosawszyc8287 2 ปีที่แล้ว

    Absolutely amazing video!

  • @annarocha9769
    @annarocha9769 ปีที่แล้ว

    OMG, this is awesome, thanks a lot!👏👏👏👏👏

  • @solkarim2950
    @solkarim2950 2 ปีที่แล้ว

    You are a great teacher!

  • @hassansemlali7450
    @hassansemlali7450 ปีที่แล้ว

    Nice content brother, you help me a lot, i really appreciate your efforts

  • @fbalseiro
    @fbalseiro 2 ปีที่แล้ว +1

    Hi, great tutorial! Congratulations for your work! It really helped me a lot to know how to work with TH-cam API.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      I am glad to read this Filipe 🙏🏼

  • @angelgabrielgonzalezlerma3972
    @angelgabrielgonzalezlerma3972 7 วันที่ผ่านมา

    great vid, you saved my proyect

  • @ryang8192
    @ryang8192 8 หลายเดือนก่อน +1

    Hello. i want to ask, how to receive video data (mp4) from youtube?

  • @shubhangikalambe3435
    @shubhangikalambe3435 2 ปีที่แล้ว +1

    Thanks for valuable information

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Glad you liked it

  • @kalheer
    @kalheer 2 ปีที่แล้ว

    Love this easy to follow 👍🏻👍🏻

  • @machineUnlearner
    @machineUnlearner ปีที่แล้ว +2

    Now the youtube Channel ID cannot be extracted from the process you mentioned. Please let me know the alternate.

  • @Thilina_madushan
    @Thilina_madushan 2 ปีที่แล้ว +1

    Hey most of usefull tutorial,
    Please say how to input youtube channel ids in google sheet.

  • @imransdatalab
    @imransdatalab 23 วันที่ผ่านมา

    Thank you soo much sir again ,

  • @Wexler111
    @Wexler111 2 ปีที่แล้ว

    Great Tutorial! Thanks a lot!

  • @gopi_gin
    @gopi_gin ปีที่แล้ว

    Clear explanation ❤

  • @rahulrajeev9763
    @rahulrajeev9763 7 หลายเดือนก่อน

    Thank you so much for this stuff.

  • @andersonfernandes6998
    @andersonfernandes6998 ปีที่แล้ว

    Thank you very much for this tutorial. I am starting my studies in data analytics, and this video has helped me a lot in understanding ETL. After seeing the results, I had a question: is it possible to achieve a similar result by extracting comments from each video?

  • @190HITMAN
    @190HITMAN 2 ปีที่แล้ว +4

    Hi Thoufiq, excellent video absolutely loved it please keep creating many more project videos. Can you make a short video on how to visualize data using python as Dynamic Radar Charts (i.e Player vs player comparision/company vs company - you can filter which two competitors to compare)

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Thank you Abhishek 🙏🏼
      I’ll consider your suggestion for a future video

    • @Rapha_Carpio
      @Rapha_Carpio 2 ปีที่แล้ว

  • @saimahmad1445
    @saimahmad1445 ปีที่แล้ว

    It was the best video on this topic... I have a question can you please tell me how to use filter on tags while retrieving videos data

  • @ronaldchrishton7969
    @ronaldchrishton7969 ปีที่แล้ว

    Tnq .its usefull for me

  • @adrianafressato8489
    @adrianafressato8489 3 ปีที่แล้ว +1

    Great class!

    • @techTFQ
      @techTFQ  3 ปีที่แล้ว

      Thank you Adriana 🙏🏼
      Glad this helped ..

  • @VictoireRey-pr7qh
    @VictoireRey-pr7qh ปีที่แล้ว +3

    Hello, I'm trying to run your code to get video details from a list of video_ids but I have a SSL error when running video_details=get_video_details(youtube, video_ids) and don't know how to fix it... Error is the following : "SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)" do you know how I can fix this? Thanksssss

  • @brainstalk4577
    @brainstalk4577 2 ปีที่แล้ว +1

    Very useful ! Thank u

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Your welcome 🙏🏼

  • @ExiledGypsy
    @ExiledGypsy 2 ปีที่แล้ว +1

    I used to be a C and SQL programmer but now I am retired.
    I want to download all my comments I have made over the years on different TH-cam into a table or database I can store locally.
    You seem to have done exactly what I need to do.
    Can I access all the necessary codes that I can just copy and paste?
    I will be most grateful.

  • @bose19942
    @bose19942 5 หลายเดือนก่อน

    Thank you for this video

  • @vamseesworld1035
    @vamseesworld1035 2 ปีที่แล้ว +1

    Thank you Brother, Great tutorial, good explanation. it worked for me. can you please make a video on how to extract all the comments, likes and dislikes for each comment, user name, comment date. it will help me a lot. thank you for your great explanation.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +1

      Your welcome buddy. glad you liked it.
      and noted on the suggestion, will do it

    • @jdhaus1
      @jdhaus1 2 ปีที่แล้ว

      ​@@techTFQ th-cam.com/video/N--0rmo0ctA/w-d-xo.html - an excellent video and code to extract comments - I am still working on my own version but thought you might find this useful. Thank you for all of your excellent content. Just subscribed and well wishes as you approach 100K!

  • @dataneeds2266
    @dataneeds2266 2 ปีที่แล้ว +1

    Wow. Amazing

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Glad you liked it ☺️

  • @Toast_d3u
    @Toast_d3u 3 หลายเดือนก่อน +4

    the install for the google api package has changged to " conda install conda-forge::google-api-python-client "

    • @IJH-Music
      @IJH-Music หลายเดือนก่อน

      Thank you!

    • @IndhuV-z8g
      @IndhuV-z8g หลายเดือนก่อน

      Thanks!

  • @maryamazam402
    @maryamazam402 2 ปีที่แล้ว

    Amazing video.. thank you so much.
    I would like to know how to get video details of multiple channels at a time. Can you please suggest how to do it.

  • @sandyputrautama9279
    @sandyputrautama9279 2 ปีที่แล้ว

    Thank you, very awesome tutorial 🔥😎

  • @shivamdubey4783
    @shivamdubey4783 2 ปีที่แล้ว

    sir extremly great tutorial just one question how do we use this in django and make our own videostreming website

  • @SimayGöçen
    @SimayGöçen ปีที่แล้ว

    I think your tutorials are amazinggg !! The best data analytics tutorials !! I really like and learn a lot from this tutorial. But I want to work on this code too. The link that you give is not working now. Can you update this link pleeassseee :(((((

  • @arpittrivedi6636
    @arpittrivedi6636 2 ปีที่แล้ว +1

    super duper boss

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Thank you

  • @houses_namibia
    @houses_namibia 2 ปีที่แล้ว

    Great video! One thing? Can you write this project in another editor. Pycharm?

  • @prajwalmeshram32
    @prajwalmeshram32 ปีที่แล้ว +3

    i tried extracting video details from channels who have had their likes, dislikes sometimes even commentcount disables so i had to write additional check for that
    def get_video_details(youtube,video_ids):
    all_video_stats=[]
    for i in range(0,len(video_ids),50):
    request=youtube.videos().list(
    part='snippet,statistics',
    id=','.join(video_ids[i:i+50]))
    response=request.execute()
    for video in response['items']:
    video_stats=dict()
    video_stats['title']=video['snippet']['title'],
    video_stats['publishDate']=video['snippet']['publishedAt'],
    expected_check=['viewCount','likeCount','commentCount']
    for item in expected_check:
    if item in video['statistics']:
    video_stats[item]=video['statistics'][item]
    else:
    video_stats[item]=None
    all_video_stats.append(video_stats)
    return all_video_stats

  • @dodgewagen
    @dodgewagen 10 หลายเดือนก่อน

    Thank you!

  • @FireFly969
    @FireFly969 2 ปีที่แล้ว +1

    thank you

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Your welcome

  • @mayankjacky
    @mayankjacky 9 หลายเดือนก่อน +1

    Thanks

    • @techTFQ
      @techTFQ  9 หลายเดือนก่อน

      Thanks Mayank! Very kind of you 🙏

  • @hoperight5280
    @hoperight5280 9 หลายเดือนก่อน

    Amazing!

  • @pranayjain._
    @pranayjain._ ปีที่แล้ว

    Thanks a lot❤

  • @haileeyuuno6233
    @haileeyuuno6233 2 ปีที่แล้ว +1

    I am stuck.. I wanted to do a live view counter display but the viewCount does not return live data. Is there anyway to do this? Please help

  • @attaullaharif4371
    @attaullaharif4371 2 ปีที่แล้ว +1

    I followed step by step instructions , but found 'pageInfo': {'totalResults': 0, 'resultsPerPage': 5}}.How to fix it?

  • @praveennavin8342
    @praveennavin8342 2 ปีที่แล้ว

    great video....just a small doubt...can we present this into Excel using CSV module?

  • @fahnub
    @fahnub 2 ปีที่แล้ว

    thank you for this

  • @vaibhavshah8384
    @vaibhavshah8384 2 ปีที่แล้ว +2

    Hi Thoufiq, Thanks for sharing this informative & interesting video. I was wondering can we extract the actual comments with replies instead of comment count in this example. Thanks in advance.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว +1

      I think we can do it but I haven’t tried yet

  • @785lucky
    @785lucky 2 ปีที่แล้ว

    great video taufiq. i have one question, I want to browse latest 50 videos from any you tube channel and extract data for same but How can i get link for latest 50 videos only?

  • @edwardboyo9746
    @edwardboyo9746 ปีที่แล้ว

    I was going through the video that has to do with the youtube API
    and then I want to take a different way
    I would like to access the number of videos for each of the TH-camrs and also their videos later on as I go on as you did as well

  • @harish1838
    @harish1838 ปีที่แล้ว +1

    Hey people i have an issue installing environment can someone help me fixit

  • @LP-ig8tg
    @LP-ig8tg 3 ปีที่แล้ว

    Great tutorial, thanks Bro. Also would highly appreciate If you can make similar video on "how to grab each viewers Data". I have been looking for extracting periodical data (Day, Week, Month etc) of viewership, subscribers, comments, likes & Dislikes etc of each user, so as to export it to the Google Sheet for rendering the process. Further any other references or sources to this subject referred shall be highly appreciated

  • @ShrutiKhandelwal007
    @ShrutiKhandelwal007 ปีที่แล้ว +1

    Can we also extract random channel names/IDs using python code for the data analysis to know who's at the top in any field?
    We have to search the channel name to find its id as of now. I had to search google for the top subscribers and then analyzed it. Can't we just randomly sample this whole youtube dataset to get the channel and do the analysis?

  • @riteshsharma3627
    @riteshsharma3627 2 ปีที่แล้ว +1

    Hey taufiq, how to prepare/ask these questions while practicing SQL with datasets? Elaborate in detail in upcoming videos.

    • @techTFQ
      @techTFQ  2 ปีที่แล้ว

      Sure ritesh .. noted

  • @ferdinandosomma8885
    @ferdinandosomma8885 2 ปีที่แล้ว

    It was very useful and easy to understand! Just subscribed. Anyway, I'd like to ask you a question: I have to do a project for my master course, using youtube api, but I need a large amount of datas, basically a lot of channel id of my country (Italy). Is there any method or code that I can use in ordet to fetch all the Ids? Because to me It's impossible to insert them manually one by one. Appreciate any help!