gooder-cli
Version:
Download publicly shared media on google drive with an ease.
66 lines (39 loc) • 1.38 kB
Markdown
# gooder-cli
> Download publicly shared media from google drive with an ease.
[](https://travis-ci.org/CodeDotJS/gooder-cli)
## Install
```
$ npm install --global gooder-cli
```
__OR__
```
$ sudo npm install --global gooder-cli
```
## Usage
```
Usage: gooder <command/option> [target]
Commands:
u ❱ required before URL
Options:
-u ❱ Google Drive URL [required]
Examples:
gooder -u https://drive.google.com...xyz
Missing required argument: u
```
## Run
__Paste the below command to check the functionality of this tool :__
```
$ gooder -u https://drive.google.com/file/d/0B3vyNXp6qDWwbXlwZllTd3BuUlk/edit?usp=sharing
// => Content will be saved in 'GoDrive'
```
## Screenshot
<h1 align="center">
<img src="http://rishigiri.com/github/gooder.png" alt="GOODER" width="800">
</h1>
## Related
- [gooder](https://github.com/CodeDotJS/gooder) : API for this tool.
- [image-of](https://github.com/CodeDotJS/image-of) : Download profile picture of any facebook user.
- [instavim](https://github.com/CodeDotJS/instavim) : Complete media downloader for Instagram.
- [gravatar-of](https://github.com/CodeDotJS/gravatar-of) : Download avatar of any gravatar user from his/her email-id.
## License
MIT © [Rishi Giri](http://rishigiri.com)