Skip to content

Instantly share code, notes, and snippets.

View tdiem's full-sized avatar
🎯
Focusing

Taylor Diem tdiem

🎯
Focusing
View GitHub Profile
@david-torres
david-torres / ClickyApi.py
Created October 29, 2011 22:22
Simple Python interface for Clicky web analytics API
import requests
import json
class ClickyApi(object):
"""
A simple Python interface for the Clicky web analytics api.
Relies on the Requests library - python-requests.org
Usage: