Socket
Book a DemoInstallSign in
Socket

mixpanel-export-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel-export-cli

CLI for exporting mixpanel data.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Mixpanel Data Export Tool

Install

npm install -g mixpanel-export-cli

Usage

Example: mixpanel-export --from 2015-09-08 --to 2015-09-10 --event "CTA click,Login"

Full details:

Usage: mixpanel-export --from <YYYY-MM-DD> --to <YYYY-MM-DD> --event <events> [options]

Options:

-h, --help               output usage information
-f, --from <YYYY-MM-DD>  From date (inclusive)
-t, --to <YYYY-MM-DD>    To date (inclusive)
-e, --event <events>     Events that you wish to get data for, comma separated
-w, --where [where]      An expression to filter events by (see Mixpanel expressions, https://goo.gl/IWaUH1)
-b, --bucket [bucket]    The specific data bucket you would like to query
-k, --key [key]          API key (defaults to env.MIXPANEL_API_KEY)
-s, --secret [secret]    API secret (defaults to env.MIXPANEL_API_SECRET)

You can set MIXPANEL_API_KEY and MIXPANEL_API_SECRET in your bashrc to avoid having to specify --key and --secret each time.

Keywords

mixpanel

FAQs

Package last updated on 11 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts