Skip to content

Instantly share code, notes, and snippets.

View nighthawk's full-sized avatar
🌊

Adrian Schönig nighthawk

🌊
View GitHub Profile
@nighthawk
nighthawk / gist:75588f5696f16149c1b7
Last active February 12, 2016 05:30 — forked from ctaloi/gist:4156185
Script to sync Pythonista App to Dropbox
import webbrowser, os, pprint
# Include the Dropbox SDK libraries
#from dropbox import client, rest, session
import dropbox
# Configuration
TOKEN_FILENAME = 'PythonistaDropbox.token'
# Get your app key and secret from the Dropbox developer website
APP_KEY = '<your dropbox app_key>'
APP_SECRET = '<your dropbox app_secret>'