Skip to content

Instantly share code, notes, and snippets.

@brendanwood
brendanwood / call_social.py
Created December 18, 2014 14:48
Priceonomics Analysis Engine - Sample Social Call
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from urllib2 import Request, urlopen
import json
# public api key
api_key = '34ed16e6b5f645c5a3cba39c75ee80b2'
# define the application endpoint
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from urllib2 import Request, urlopen
import json
# public api key
api_key = '34ed16e6b5f645c5a3cba39c75ee80b2'
# define the application endpoint