Skip to content

Instantly share code, notes, and snippets.

@ciberkeley
ciberkeley / calling_stubhub_api.py
Created December 30, 2016 02:36 — forked from ozzieliu/calling_stubhub_api.py
Proof of Concept task to get ticket prices and event info using StubHub's API with Python
import requests
import base64
import json
import pprint
import pandas as pd
import datetime
import email.utils
#### Step 1: # Obtaining StubHub User Access Token ####