Python: Create Github Webhook and POST info to a Flask WebApp (ngrok)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

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

  • @marcelogrsp
    @marcelogrsp 5 ปีที่แล้ว +5

    You saved a man from reading docs and docs and more docs with the most summarized and focused video ever! tks so much

  • @sanchithaseshadri2166
    @sanchithaseshadri2166 6 ปีที่แล้ว +9

    This is really amazing, and I can't believe it doesn't have more views. Thank you so much for making it so simple and comprehensive!

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

    Simple yet very detailed explanation, very much appreciated

  • @brwalk0069
    @brwalk0069 4 ปีที่แล้ว

    Excellent vid, didn't know about ngrok - nice way to test an app before trying to publish it on the internet.

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

    Thanks for teaching something valuable.

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

    Thank you for the video, helped me solve the test task for work

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

    amazing ... wow
    keep the good work

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

    Super cool and we'll explained

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

    Excelente material!

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

    Genial !! Gracias por compartir.

  • @KishoreKumar-zz5vm
    @KishoreKumar-zz5vm ปีที่แล้ว

    Hi.. I stuck with something in git hooks using python. How can we validate the pull request description text and detect?

  • @ashxos
    @ashxos 4 ปีที่แล้ว

    Amazing Work Man! Thank you very much.!

  • @ahmed-samer
    @ahmed-samer 2 ปีที่แล้ว

    Useful, thanks.

  • @JoseHernandez-qk5by
    @JoseHernandez-qk5by 2 ปีที่แล้ว

    Hi
    If the code it's running on a web server is it necesary use ngrok anyways????
    Would you please make a video about creating a webhook python telegram bot runing on a wed server.....
    thanks so much

  • @alan-j
    @alan-j 3 ปีที่แล้ว

    Good one bro. Can you add little more complexity to this flask app?

  • @raghuravi5029
    @raghuravi5029 6 ปีที่แล้ว

    thanks for the tutorial...it helped me a lot...:-)

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

    Hey guys,
    awesome video. You know how I can further work with the parameters? Like e.g. printing out ID, Name etc. separatly?

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

      Got it myself :D (For anyone interested)
      xyz = request.json
      name = xyz["name"]
      id = xyz["id"]
      ...

  • @jayeshthamke7860
    @jayeshthamke7860 4 ปีที่แล้ว

    Good work but ur /github POST endpoint is hit when new PR is created and not only for label

  • @akshaykadidal23
    @akshaykadidal23 5 ปีที่แล้ว

    thanks for the vid. how do I do it for twitter?

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

    Hey hello! that video was great. Does anyone knows to print the json in console? Mine is not doing it...

  • @edgarcolmenares2949
    @edgarcolmenares2949 5 ปีที่แล้ว

    Gracias bro

  • @Zac8668
    @Zac8668 4 ปีที่แล้ว

    im gonna try to use this tutorial for twitch api for eventsub, gonna edit if it worked

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

      Did it work?

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

      @@bluemonk9480 nope, I just fucking drop it lol, so confusing, I'm not experienced with servers and web I general

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

      @@Zac8668 ahhh too bad, hope things worked out for you anyway :)

  • @surendrasalke
    @surendrasalke 6 ปีที่แล้ว

    thanks

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

    didn't work with 5000. worked with 8080.

  • @visualdad9453
    @visualdad9453 4 ปีที่แล้ว

    wow:)

  • @umeshpandey5003
    @umeshpandey5003 6 ปีที่แล้ว

    thanks.

  • @niteshkudva
    @niteshkudva 5 ปีที่แล้ว

    thanks