I love Flask! Definitely a go-to for hook listeners to trigger further scripting.
@Sinke_100 Жыл бұрын
Interesthing, it can be put on free server like render or something and have front end appending links for txt file reports with a timestamp, then you would open links and have readable reports, of course you have to write proper function to parse that json file into something more readable
@luisvespa884 Жыл бұрын
Bro, great video it was really useful I was able to configure my first webhook. I love it!
@MubashirullahD Жыл бұрын
Man I am so confused, how was this different from an API, because that's how I built my APIs
@theanonymous9220 күн бұрын
the implementation looks the same the difference is in the concept usually when you create APIs the request being made is expected to be by end user--- so maybe a user clicks a button and this API is called however in case of webhook implementation, request to your API is made by the server which wants to send webhook to you ... notice he created send_request.py so basically similar script resides on the server which sends a webhook
@DesktopChronicles8 ай бұрын
Great video! How would you approach the validation from the Flask app in case you have you used a client secret? Also have you used Quart (async drop-in replacement for Flask)?
@RenanOliveira-li7bd Жыл бұрын
Great video, regardings from Brazil!
@mr_0n10n55 ай бұрын
How do I have all the results from print be forwarded to a text file?
@deeperblue77 Жыл бұрын
I almost miss the good old cupboard in the background. 😉
@moonyyy9093 Жыл бұрын
Nice video for webhook. One question for this video, once my server recieved the github result, how can I use it on the frontend? Is webhook more for backend? If frontend wants to do some 'receive' thing, should socket be the only way?
@ThePiwko7 Жыл бұрын
Great content !
@grzegorztryjarski9828 Жыл бұрын
guy you are uodate your books or not ? couse i wanted to buy but saw it from 2019, and i want to ask about informationa in books, still actual or some chapters not sens to read, im srls askin couse i think u touch super contents but i told, dont want buy book where half will doesnt work
@developershub20249 ай бұрын
Good Contenr bro
@TSamanchuen10 ай бұрын
thank u
@DmytroN Жыл бұрын
It feels like everyone is making videos for themselves, I understand about flask and webhooks I do not understand.