Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 312 Bytes

webhook-receiver

Installation

  • python3 is installed
  • Clone https://github.com/entropia/webhook-receiver
  • Create a virtualenv and install the requirements using pip3 install -r requirements.txt

Configuration

Configure in config.py

Deployment

Run using uvicorn main:app --reload