Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Created September 11, 2013 18:58
Show Gist options
  • Save lkdocs/6528174 to your computer and use it in GitHub Desktop.
Save lkdocs/6528174 to your computer and use it in GitHub Desktop.
# Import Python library
import launchkey
app_key = 1234567890
secret_key = "SECRET_KEY"
private_key = open("/path/to/private.key", "r").read()
api = launchkey.API(app_key, secret_key, private_key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment