Skip to content

Instantly share code, notes, and snippets.

View rezaisrad's full-sized avatar

Reza Rad rezaisrad

View GitHub Profile
@wgins
wgins / people2csv.py
Last active May 31, 2018 19:05 — forked from marinamixpanel/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: