Skip to content

Instantly share code, notes, and snippets.

@splee
Created July 27, 2011 21:57
Show Gist options
  • Save splee/1110472 to your computer and use it in GitHub Desktop.
Save splee/1110472 to your computer and use it in GitHub Desktop.
Creating a bigdoorkit Client instance
from bigdoorkit import Client
app_key = 'BIGDOOR_APP_KEY'
secret_key = 'BIGDOOR_SECRET_KEY'
client = Client(secret_key, app_key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment