Intro to Webhooks and How to Receive them with Python

This tutorial will be an introduction to the concept of webhooks. We will also build a simple Flask server that can receive GitHub webhooks. We will also see how to expose our local hosts.

Rahul Banerjee
Towards Data Science
5 min readOct 27, 2021

--

Photo by Grace To on Unsplash

What is a webhook?

--

--