项目作者: srwiser

项目描述 :
Export Raw event data from mixpanel
高级语言: Python
项目地址: git://github.com/srwiser/mixpanel_export.git
创建时间: 2017-05-11T13:16:19Z
项目社区:https://github.com/srwiser/mixpanel_export

开源协议:

下载


#

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