Luzilla / mixpanel-export

Export data from mixpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixpanel export

Export data from mixpanel.

Setup

  1. git clone
  2. composer install

Usage

$ ./export.php export -k <api-key> -s <api-secret> <method>

This creates data dumps in var/ (usually prefixed by date, followed by <method>).

The <method> could be engage, for more info: https://mixpanel.com/docs/api-documentation/data-export-api

About

Export data from mixpanel.com

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%