Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 807 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 807 Bytes

About The Project

A jupyter notebook to create a flattened table of email campaign data, with their audiences, tags, and applicable metrics from Klaviyo's API endpoints.

(back to top)

Getting Started

Prerequisites

  • Python 3.9.6

  • Create a file named config.py file based on config_example.py

Installation

  1. Clone the repo
    git clone https://github.com/MDeanLindsay/Klaviyo-API.git
  2. Create venv.
    python -m venv .venv
  3. Initialize venv.
    .\.venv\Scripts\activate
  4. Install requirements.
    pip install -r requirements.txt

(back to top)