Skip to content

Latest commit

 

History

History

inbound

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Quickstart: Inbound webhooks with Python and Flask

An example application demonstrating receiving a webhook with Python and [Flask(https://flask.palletsprojects.com/en/3.0.x/)].

Before you begin

Ensure you have Python 3 and virtualenv installed.

Get the code

git clone https://github.com/hookdeck/quickstarts hookdeck-quickstarts
cd hookdeck-quickstarts/python/inbound

Setup the environment

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run the app

python app.py