- Install ngrok.
git clone https://github.com/ashleykleynhans/webhook-logger.git
cd webhook-logger
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 -m venv venv
venv\Scripts\activate
pip3 install -r requirements.txt
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.
Pull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.