Skip to content

"Effortlessly download Google Drive files via terminal using gdown. Input file ID, prevent duplicates, and track downloads. Simplifying retrieval."

Notifications You must be signed in to change notification settings

resikeshroot/DriveDownloaderCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

DriveDownloaderCLI

Google Drive File Downloader Script

This script simplifies the process of downloading files from Google Drive via the terminal. It utilizes gdown to swiftly retrieve files based on their unique file IDs.

Features:

  • Streamlined Downloading: Enter the file ID, and the script handles the rest, swiftly fetching the file from Google Drive.
  • Check for Existing Files: Prior to download, the script checks for existing files with the same name to prevent accidental overwriting.
  • Log Download History: Maintains a log (download_log.txt) recording download activities, including timestamps and file IDs.

Installation:

To use the DriveDownloaderCLI, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/resikeshroot/DriveDownloaderCLI.git
    cd DriveDownloaderCLI
    chmod 777 gdrive-downloader.sh
    ./gdrive-downloader.sh

Install gdown: If you haven't installed gdown, you can install it via pip:

bash

pip install gdown

Feel free to contribute, report issues, or suggest enhancements!

About

"Effortlessly download Google Drive files via terminal using gdown. Input file ID, prevent duplicates, and track downloads. Simplifying retrieval."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages