A jupyter notebook to create a flattened table of email campaign data, with their audiences, tags, and applicable metrics from Klaviyo's API endpoints.
-
Python 3.9.6
-
Create a file named config.py file based on config_example.py
- Clone the repo
git clone https://github.com/MDeanLindsay/Klaviyo-API.git
- Create venv.
python -m venv .venv
- Initialize venv.
.\.venv\Scripts\activate
- Install requirements.
pip install -r requirements.txt