Skip to main content

An extension of gdown

Project description

Dimv

An extension of gdown library, meant to simplify and extend the use of this incredible library

Features:

  • retrieve list of files (or file) in drive directory

  • download files individually or multiple at the time

  • Automatic folder and file naming if downloading folders

  • shared feature still not in place

Usage:

Install Dimv on your system with pip:

pip install Dimv

Example:

import Dimv as dimv

folder = 'https://drive.google.com/drive/folders/1e0GsZ6_RbG8su43MfiOx4pURIoOqEqaL'
id = '1mJ-jfHNbXjjhCWIzaIW3ZvRaXw9VohpL'

dimv.find_files(folder, quiet = True)

dimv.find_file(id, folder, quiet = False)

output = 'test/test.txt'
dimv.download(id, output, shared = True, quiet = False)

dimv.download_file(id, folder, output = 'test/test', quiet = False)

dimv.download_files(folder, output = '', shared = True, quiet = False)

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

Dimv-0.0.2.1.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

Dimv-0.0.2.1-py3-none-any.whl (11.3 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