Skip to content

Notebook to call and clean Klaviyo email campaign data.

Notifications You must be signed in to change notification settings

MDeanLindsay/Klaviyo-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Notebook to call and clean Klaviyo email campaign data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published