Skip to content

Instantly share code, notes, and snippets.

View WillLewis's full-sized avatar

Will Lewis WillLewis

  • WebMocha, SUPEROWN, REUP
  • Los Angeles
  • X @wxltwts
View GitHub Profile
@WillLewis
WillLewis / people2csv.py
Created May 12, 2016 22:47 — forked from wgins/people2csv.py
Mixpanel - Exporting people profiles to CSV
''' people export'''
import base64
import csv
import sys
import time
import urllib # for url encoding
import urllib2 # for sending requests
try: