Home

Awesome

<p align="center"> <a href="" rel="noopener"> <img height=200px src="https://i.imgur.com/QEcBZSh.png" alt="Briefly-logo"></a> </p> <h1 align="center">Drive Cli</h1> <div align="center">

PyPI version Python version Build Status License: MIT

<h4>Get the ability to access <strong>Google Drive</strong> without leaving your terminal.</h4> </div>

Inspiration


Features


Demo

<p align="center"> <img src="./Demo.gif"> </p>

Installation

    #install using pip 
    $ pip install drive-cli

Usage

Clone

Download a file or folder present in drive using its file id or its sharing link. In case it is a folder it gets tracked.

# using file id note: since it is google doc it will be asked for a choice to select from
$ drive clone 1syTNkfXoc3pzpJSL0Z5LDioTFc46_LjzHjDDUvk90ks
Choose type to export to
 (ENTER to select, s to stop):

 => pdf
    txt
    doc
    zip
    html
    rtf
    odt
Preparing: watson script for download
downloading file  [####################################]  100%
completed download of watson script

# using file sharing link
$ drive clone https://docs.google.com/document/d/1syTNkfXoc3pzpJSL0Z5LDioTFc46_LjzHjDDUvk90ks
Choose type to export to
 (ENTER to select, s to stop):

 => pdf
    txt
    doc
    zip
    html
    rtf
    odt
Preparing: watson script for download
downloading file  [####################################]  100%
completed download of watson script

for further in depth documetation checkout our wiki.


Uninstalling

    $ pip uninstall drive-cli

Contributing


Author

Chirag Shetty - nurdtechie98

See also the list of contributors who participated in this project.


License

This project is licensed under the MIT - see the LICENSE file for details.