khomesh24 / tools

Tools to download files from Google drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools to download files from Google drive

Prerequisite

Setup

  • Create a virtual environment
# python3.6 -m venv venv
# source venv/bin/activate
  • Install dependencies
# pip install -r requirements.txt
# python main.py --cred <Credential json file> --output <Save output to a file> <filename to be downloaded>

About

Tools to download files from Google drive


Languages

Language:Python 100.0%