Syncs Evernote with a local directory and mirrors the files system down to one layer with notebooks. Takes in a Evernote developer token and a directory path and then mirrors the directory to Evernote.
Put developer token into code.
python main.py -directorypath /../ -developertoken ...
# Options:
- "-directorypath /../" Followed by a path provides a path to sync that overrides the path hardcoded in.
- "-developertoken ..." specifies a developer token and overrides the token hardcoded in.
- "-nomanifest" ignores the upload manifest (DEBUG ONLY will continuously upload all files)
- Development server: Click here
- Production Server server: Click here