Setup

weav.ai provides a number of useful and abstracted REST API’s to interact with the platform that make it easy and convenient to build your own workflows and functionality.

Pull the GitHub code

git clone https://github.com/weav-ai/weav-dev.git

Install requirements

	pip3 install -r requirements.txt

Add variables to .env file

ENV = "https://<env_name>"
AUTH_TOKEN = "eyJhbGci...."

Usage example

ENV = "https://subdomain.weav.ai"
AUTH_TOKEN = "eyJhbGciOiJ..."