ashleykleynhans / webhook-logger

Python Flask Webhook Logger/Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webhook logger for debugging/testing Webhooks

Prerequisites

Installation

Clone the repo

git clone https://github.com/ashleykleynhans/webhook-logger.git
cd webhook-logger

Create venv and install requirements

Linux and Mac

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Windows

python3 -m venv venv
venv\Scripts\activate
pip3 install -r requirements.txt

Running

In the same terminal that you activated the venv:

python3 webhook.py -p 8100

In a new terminal:

ngrok http 8100

Use the Forwarding URL from ngrok (eg. https://f8e2-45-222-5-113.ngrok.io) as your Webhook URL.

Community and Contributing

Pull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.

Appreciate my work?

Buy Me A Coffee

About

Python Flask Webhook Logger/Debugger

License:GNU General Public License v3.0


Languages

Language:Python 100.0%