This module allows you to download all the content from a shared google drive url to specified directory.
Project description
This module allows you to download all the content from a shared google drive url to specified directory.
Requirements:
-
"client_secrets.json" file which is required for integration of Python with Google Drive
- You can follow this blog to generate client secrets file.
-
Make sure that your client_secrets.json file and python file must be in same directory.
Installation using pip:
pip install GoogleDriveDown
Code Example:
import GoogleDriveDown as gd
url = 'https://drive.google.com/drive/folders/1NIGvjHBuUQHWnMqzboyg-zLI1q_bOuCH'
gd.get_files(url, 'save to directory(directory name)')
Change Log
=================
0.0.1 (15/04/2021)
- First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
GoogleDriveDown-0.0.3.tar.gz
(4.6 kB
view details)
File details
Details for the file GoogleDriveDown-0.0.3.tar.gz.
File metadata
- Download URL: GoogleDriveDown-0.0.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea09fbfb4ab7a6e0a8293db4fe58ab7584a5d07f54bb830032e748b7c7eeeaff
|
|
| MD5 |
c641533eefa2b7e6fdad9dbafd04435a
|
|
| BLAKE2b-256 |
01b6e2e8f4bf5dc7ad4e09bee59f440c3e5ba6d432c9717430e189ca099b7c8e
|