Skip to content

Instantly share code, notes, and snippets.

View caseorganic's full-sized avatar
💭
✨✨✨✨✨

Case caseorganic

💭
✨✨✨✨✨
View GitHub Profile
@caseorganic
caseorganic / fuel.py
Created October 24, 2012 23:50 — forked from NorthIsUp/fuel.py
Reverse engineering of the nike fuel api to get your fuel
# blog post explaining all of this coming soon.
import requests
from pprint import pprint
try:
import simplejson as json
except ImportError:
import json