Skip to main content

Google Drive direct download of big files.

Project description

# gdown

[![PyPi Version](https://img.shields.io/pypi/v/gdown.svg)](https://pypi.python.org/pypi/gdown)
[![Travis Status](https://travis-ci.org/wkentaro/gdown.svg?branch=master)](https://travis-ci.org/wkentaro/gdown)

Wget for files at Google Drive.


## Installation

```bash
pip install gdown
```


## Usage

```bash
$ # 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"
}
```

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

gdown-3.4.4.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page