- Python >= 3.7
python3 -m venv venv
source venv/Scripts/activate
First put elf binary in the same dir as this README. Check webhook_elf/run_elf for more details.
pip3 install -r requirements.txt
cp .env.example .env && vi .env # configure environment
python3 webhook_helper/add_webhooks.py # create webhooks
python3 -m webhook_elf # start SaaS
pip3 install -r requirements-dev.txt
pre-commit install
pytest -svv
Check http://127.0.0.1:8000/docs for api documentation.