Skip to content
/ gdown Public
forked from wkentaro/gdown

Wget for files at Google Drive.

Notifications You must be signed in to change notification settings

k-okada/gdown

 
 

Repository files navigation

gdown

PyPi Version Travis Status

Wget for files at Google Drive.

Installation

pip install gdown

Usage

$ # gdown URL [-O FILENAME]

$ gdown https://drive.google.com/uc?id=0B9P1L--7Wd2vU3VUVlFnbTgtS2c
$ cat spam.txt
spam

$ gdown --id 0B9P1L--7Wd2vU3VUVlFnbTgtS2c
$ cat spam.txt
spam

$ gdown https://httpbin.org/ip -O ip.json
$ cat ip.json
% cat ip
{
  "origin": "126.169.213.247"
}

About

Wget for files at Google Drive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.8%
  • CMake 13.2%