Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.07 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.07 KB

Lead Integration - Python

Portuguese version

A basic sample using python to show how to receive leads from zap+.

Please, check out our docs for more information.

Technology and Resources

How to Install

Cloning

git clone <github_repo>
cd sample/python

Building

  • Rename env.template to .env
  • Define the SECRET_KEY value in this file
make docker/build

How to Run

Using docker

make docker/run

Locally

make local/install
make local/shell
make local/run

Helpful commands

Please, check all available commands in the Makefile for more information.