Skip to content

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

License

Notifications You must be signed in to change notification settings

RamseyK/sugardl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages