Skip to main content

Python utility to download files through OneDrive

Project description

OneDrive downloader: python utility to download files from OneDrive

Install (PyPI)

pip install onedrivedownloader

First stable release: 1.0.0

Current: 1.1.3

Do not require authentication.

Requires

  • tqdm: for nice progress bar
  • requests: fetch data from OneDrive

Usage

from onedrivedownloader import download

...

download(url: str, filename: str, unzip=False, unzip_path: str = None, force_download=False, force_unzip=False, clean=False)

Required parameters:

  • url: The url to download from (should end with '?download=1').
  • filename: The filename to save the file as.

Optional parameters:

  • unzip: want to unzip file or just download? If file is not .zip, do nothing.
  • unzip_path: path to unzip files (default: current directory)
  • force_download: force files download if exist? (default: False)
  • clean: clean source file after unzip?

Example

ln = "https://unimore365-my.sharepoint.com/:u:/g/personal/215580_unimore_it/EUmqgpzRz3tPlD2KiVNRqdABBJl7qQYcIeROtMc4g2UeIA?e=zZtkLr"

download(ln, filename="file.zip", unzip=True, unzip_path="./data")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onedrivedownloader-1.1.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

onedrivedownloader-1.1.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page