Make API Calls Like a PRO - Python API Client x Shopify

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 64

  • @systematical88
    @systematical88 2 года назад +4

    Such a good video... exactly what I needed (and didn't even know it).

  • @CodePhiles
    @CodePhiles 2 года назад +10

    Excellent job John, every video you provide , you add the level up, thank you John.

  • @ZhCrypto
    @ZhCrypto 2 года назад +10

    You are the best Python Tutor in whole world , Love you a lot bcz of scraping & automation tips and tricks

  • @gabrieljeca
    @gabrieljeca 2 года назад +1

    Love how your thumbnails makes me think I’m a half-ass programmer. And I also love how your content proves that indeed I’m a half-ass programmer.
    Amazing content JWR! Learning more and more each day with your videos

  • @deeperblue77
    @deeperblue77 2 года назад +1

    Thanks John! Very valuable. Chris

  • @djangodeveloper07
    @djangodeveloper07 2 года назад +1

    something new i learned today. i was scraping from last 3 years and never use this thing this way. Thank you for sharing. Thumbs Up

  • @shanevarnum
    @shanevarnum 2 года назад +4

    Good stuff. Thanks for all of the time and effort you put into your videos. Love the web scraping info. And would really like to see more on APIs. Python OOP building API clients.

  • @PeterBruno1
    @PeterBruno1 Год назад +1

    Thank you. Was looking for a simple introduction to better re-use of sessions.
    Question/suggestion - why not use: "if int(calls_left[0]) == int(calls_left[1]) - 1:"

  • @mabdurrafeyahmed9256
    @mabdurrafeyahmed9256 2 года назад +1

    Awesome, always love watching your videos, always helpful

  • @abrartareen100
    @abrartareen100 2 года назад +1

    Thank you, John. Another very useful tutorial. Excellent job!

  • @marcosdanielreyesgarces2261
    @marcosdanielreyesgarces2261 2 года назад +2

    Thank you so much! This is exactly what I've been looking for

  • @Jakobowsky
    @Jakobowsky 2 года назад +1

    This is super useful. I am using sessions mostly when dealing with authentication, so I am logged in once :)
    Thanks John!

    • @aflous
      @aflous 2 года назад

      Use session's 🍪 ;)

  • @ferrandonea
    @ferrandonea 2 года назад +2

    Excellent video , as usual, I have been struggling with catching exceptions and retries with requests , probably that could be interesting for another video

  • @PolSenserrich
    @PolSenserrich Год назад +1

    Really great explanation. Thanks

  • @gh0sthussi3n83
    @gh0sthussi3n83 2 года назад +1

    man, it always fascinats me that you're using i3
    great channel and great content overall dude
    keep it up ❤️

  • @deadspeedv
    @deadspeedv 6 месяцев назад

    Cool way to do it. Unfortunately for me the API rate limit isn't in the header....or anyway

  • @cardosofede
    @cardosofede 2 года назад +1

    Awesome John! Can you make a video using a Throttler instead?

  • @dragon3602010
    @dragon3602010 2 года назад +2

    Awesome thanks, is there another use cases with hooks in python?

    • @JohnWatsonRooney
      @JohnWatsonRooney  2 года назад

      Common uses are error handling and logging, along with what I showed here. Or anything other that you might have specifically!

  • @Karma-xz4si
    @Karma-xz4si Год назад

    Very informative.
    Does anyone know how to get all the customer records or get the next page URL. The API call return 250 records at max and in my case I am not able to find the next page URL.

  • @felipemartinsdiel
    @felipemartinsdiel 2 года назад +1

    This is awesome. Thanks a lot! 👍

  • @jagdish1o1
    @jagdish1o1 2 года назад +1

    Damn! Thanks man. Really helpful ❤️

  • @geehaf
    @geehaf 2 года назад +1

    Great vid. Very useful - thanks.

  • @mohamednashaat4288
    @mohamednashaat4288 2 года назад

    How co when you clicked in your gms soft the notes were so short and when I play mine they roll over each other?

  • @_manasikara
    @_manasikara Год назад

    AttributeError: module 'creds' has no attribute 'token'

  • @PolSenserrich
    @PolSenserrich Год назад +1

    It Would be a greatfull video if you teach us how to make Bulk operations with this python API to Shopify. For example, updating stock to a large list of products is kind of dificult.

  • @kamutabung511
    @kamutabung511 Год назад +1

    i found good tutor here, thanks you earn my subcribe

  • @Rocky_.6
    @Rocky_.6 2 года назад +1

    why is my gms softing like static?

  • @cdemafia
    @cdemafia 2 года назад

    Thanks, very useful. BTW, which color scheme are you using?

  • @vinni113
    @vinni113 2 года назад +1

    Great tutorial as always. Do you know of a way to find an API rate limit from an API that doesn't return a limit header?

    • @JohnWatsonRooney
      @JohnWatsonRooney  2 года назад +1

      It’s usually returned there, sometimes in the body too - if you aren’t sure what it is I would check the api docs and see how it handles rates

    • @vinni113
      @vinni113 2 года назад +1

      @@JohnWatsonRooney thanks for the reply. Unfortunately not using an API that is being advertised haha so unlikely I'll be finding out that info

  • @evolv_85
    @evolv_85 Год назад +1

    Awesome vid.

  • @goodnight4606
    @goodnight4606 2 года назад

    Thank for the video
    Some websites know that iam using slenium . How can i avoid that ?

  • @kattoman7548
    @kattoman7548 Год назад +1

    Hi guys I am starting on python, please can you tell me which code editor John is using? cheers

    • @JohnWatsonRooney
      @JohnWatsonRooney  Год назад +1

      Hey, this is PyCharm community edition (free). I prefer it to vs code

    • @kattoman7548
      @kattoman7548 Год назад

      @@JohnWatsonRooney thanks so much

  • @IllIlIllIIIl
    @IllIlIllIIIl 2 года назад

    Any tips for avoiding/bypassing post request 405 method not allowed if selenium alternative is too slow for my needs? Ty

    • @larryrennoldson4937
      @larryrennoldson4937 2 года назад +1

      You can’t 405 means the method is wrong, so try performing the request with GET instead

  • @cpurper
    @cpurper 2 года назад +1

    You are a legend

  • @PeterFletcherDNADeliverer
    @PeterFletcherDNADeliverer 2 года назад +1

    Great info thank you

  • @mahedulhasan5515
    @mahedulhasan5515 2 года назад +1

    super dope... thanks

  • @sonnguyenhong269
    @sonnguyenhong269 2 года назад

    Hello John Watson Rooney
    I don't know where to find 'import creds' can you help with this

  • @rizalsofyans
    @rizalsofyans 2 года назад +1

    Thank you!

  • @MrUSmarines1
    @MrUSmarines1 2 года назад

    Hey John, I been taking 100 days of python course on udemy and stuck on one of the capstone api projects. Any way you can do a tutorial for us rookies? I could send you the instructions. I tried for weeks but i'm at a point where i need an expert step by step video. I'm sure your viewers could benefit. Thanks

  • @MDPARVEZ-np6wl
    @MDPARVEZ-np6wl 2 года назад

    Mlk, se pá que o canal foi hackeado

  • @dopy8418
    @dopy8418 2 года назад

    Your rythm was better before. Slow the pace down just a bit. Feels rushed.

  • @bakasenpaidesu
    @bakasenpaidesu 2 года назад +2

    ;)