/webdav-client-utils

WebDAV client utilities for Python using the webdavclient package. Used for remote communication with cloud storage providers such as Box, Google Drive, Dropbox, etc.

Primary LanguagePythonMIT LicenseMIT

Python WebDAV Client Utilities

WebDAV is an HTTP extension used for cloud storage communication. This repository contains a set of Python scripts to demonstrate interactions with cloud storage providers via the WebDAV Client Utilities module.

Usage

These examples require Python 3. To install prerequisites:

pip install -r requirements.txt

You will need to authenticate with the WebDAV servers (i.e. Dropbox, Box, etc) to use these scripts. To do so, create an account at the below websites:

https://www.dropbox.com/

https://app.box.com/login/

Once you have created your storage account, you are ready to begin using the utilities.

Michael McCarthy <michemcc@outlook.com>
https://www.linkedin.com/in/michemcc/