RamseyK / sugardl

Automates the bulk download of files in your SugarSync account using SugarSync Developer APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SugarDL - A tool to automate downloading all files from your SugarSync account

https://github.com/RamseyK/sugardl

Python script to automate downloading all files in your SugarSync account using SugarSync Developer APIs. Useful for when you can't install the SugarSync client on your destination machine (ie. Linux), or want to automate backups of your storage.

Usage:

sugardl.py -u <SUGARSYNC USERNAME> -p <SUGARSYNC PASSWORD> -a <APPID> -publicAccessKey <ACCESS KEY> -privateAccessKey <PRIVATE ACCESS KEY> -o "/Users/jsmith/output"
usage: sugardl.py [-h] -u USER -p PASSWORD -a APPID -publicAccessKey
               PUBLICACCESSKEY -privateAccessKey PRIVATEACCESSKEY -o OUTPUT

A tool to automate downloading all files from your SugarSync account

optional arguments:
  -h, --help            show this help message and exit
  -u USER, --user USER  SugarSync Username/Email
  -p PASSWORD, --password PASSWORD
                        Password
  -a APPID, --appId APPID
                        Developer app ID
  -publicAccessKey PUBLICACCESSKEY, --publicAccessKey PUBLICACCESSKEY
                        Developer Public Access Key
  -privateAccessKey PRIVATEACCESSKEY, --privateAccessKey PRIVATEACCESSKEY
                        Developer Private Access Key
  -o OUTPUT, --output OUTPUT
                        Output directory

Requirements:

SugarSync

Python

License:

See LICENSE.txt

About

Automates the bulk download of files in your SugarSync account using SugarSync Developer APIs

License:Other


Languages

Language:Python 100.0%