MattKleinsmith / gdown

Wget for files at Google Drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%