A lightweight Python web server module to listen for webhooks and forward incoming requests to predefined callback functions. Currently at version 1.2.0, with infrequent releases.
pip install webhook-listenerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a webhook listener on port 8080 with SSL support. The callback receives the parsed JSON body of incoming POST requests.
Upgrade to 1.0.0 or newer.
Use `from webhook_listener import Listener`.
Provide both files or omit both to run without SSL.
Run `pip install webhook-listener` and then use `from webhook_listener import Listener`.
Avoid setting cherrypy config directly; rely on webhook_listener's default config. If error persists, upgrade to latest version.