Skip to content
/ mixport Public
forked from dylanized/mixport

A command line tool for exporting Mixpanel profile data

Notifications You must be signed in to change notification settings

walker/mixport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixport

A command line tool for exporting Mixpanel profile data.

You can filter by an email address, a state abbreviation, or specify any other property.

Basic Use

Export every profile in your account:

mixport

By default, the output file will be at exports/all.csv. Please be aware, this may not work on accounts with a serious amount of people profiles.

Export a single profile in CSV format:

mixport someperson@somedomain.com

Export all profiles from Missouri in JSON format:

mixport MO -j

By default, the output file will be at: exports/{prop_val}.csv. So, exporting for "MO" would create export/MO.csv.

Additional Options

-p property to filter by

-j json format

-o override the output folder

-f override the output filename

More Examples:

node mixport.js -p '$city' 'Saint Louis' -o cities -j

exports: cities/SaintLouis.json

Getting Started

Put your Mixpanel API key & secret in ~/.bash_rc or ~/.zshrc:

    #### Mixpanel
    export MIXPANEL_KEY="{put key here}"
    export MIXPANEL_SECRET="{put key secret}"

Credits

Thanks to:

About

A command line tool for exporting Mixpanel profile data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%