sjoerdk / idis-webhook-receiver-example

A python flask listener for http POST requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDIS webhook receiver example

An example implementation of a http POST listener that can listen to IDIS (Image DeIdentification Service) webhook events.

requirements

  • Python 3.7+

Installation

Running the listener

  • Open a terminal in the folder where you cloned the repo
  • Run python start-receiver.py
  • The listener should now be running.

Testing the listener

  • Open a second terminal in the folder where you cloned the repo
  • Run python send_test_event.py
  • This will send the example content the receiver (see below)

A trolley

About

A python flask listener for http POST requests


Languages

Language:Python 100.0%