https://github.com/codedotjs/gooder-cli
:mag: Download stuffs from google drive with an ease
https://github.com/codedotjs/gooder-cli
Last synced: 7 months ago
JSON representation
:mag: Download stuffs from google drive with an ease
- Host: GitHub
- URL: https://github.com/codedotjs/gooder-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-17T01:27:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T00:32:24.000Z (over 9 years ago)
- Last Synced: 2025-04-01T21:03:29.787Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 [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
## 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)