hpduong / mixpanel_export

Export Raw event data from mixpanel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###############################

Export Raw Events from Mixpanel

###############################

  • Copy settings_sample.py to make settings_local.py

  • put your mixpanel project's API Secret and also project name in settings_local.py

  • Run python batch.py

  • Enter from and to-date in YYYY-MM-DD format

  • It will start downloading monthwise json files in the current directory

**

Convert json files to csv

**

  • Run ./batch-convert.sh

About

Export Raw event data from mixpanel


Languages

Language:Python 95.6%Language:Shell 4.4%