Created
July 27, 2011 21:57
Creating a bigdoorkit Client instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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