Skip to content

Instantly share code, notes, and snippets.

View anseljh's full-sized avatar

Ansel Halliburton anseljh

  • SF Bay Area
View GitHub Profile
@anseljh
anseljh / keybase.md
Created October 10, 2014 22:37
keybase.md

Keybase proof

I hereby claim:

  • I am anseljh on github.
  • I am anseljh (https://keybase.io/anseljh) on keybase.
  • I have a public key whose fingerprint is 9D17 37DE EC56 3BDF BC10 CAAA 2948 2256 BE5D BD16

To claim this, I am signing this object:

@anseljh
anseljh / gist:6026230
Created July 18, 2013 02:19
Code from Dropbox's "Using the Core API in Python" that's not working
import dropbox as db
DB_APP_KEY = '...'
DB_APP_SECRET = '...'
DB_APP_NAME = '...'
DB_FOLDER_NAME = '...'
DB_ACCESS_TYPE = 'app_folder'
# Setup Dropbox session
sess = db.session.DropboxSession(DB_APP_KEY, DB_APP_SECRET, DB_ACCESS_TYPE)