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
#!/usb/bin/env python | |
import os | |
import dropbox | |
import shutil | |
import zipfile | |
# Create a dropbox app and obtain App Key and Secret Key. Specify a folder | |
# Create a folder called romsync in your specified Dropbox app folder | |
# Store Dropbox App Key and Secret Key in system environment variables |