معرفی شرکت ها


drive-cli-2.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CLI client for Google Drive
ویژگی مقدار
سیستم عامل -
نام فایل drive-cli-2.1.0
نام drive-cli
نسخه کتابخانه 2.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chirag Shetty
ایمیل نویسنده nurdtechie98@gmail.com
آدرس صفحه اصلی https://github.com/nurdtechie98/drive-cli
آدرس اینترنتی https://pypi.org/project/drive-cli/
مجوز -
<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](https://badge.fury.io/py/drive-cli.svg)](https://badge.fury.io/py/drive-cli) [![Python version](https://img.shields.io/badge/python-3.4+-blue.svg)](https://www.python.org/download/releases/3.4.0/) [![Build Status](https://travis-ci.org/nurdtechie98/drive-cli.svg?branch=dev)](https://travis-ci.org/nurdtechie98/drive-cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) <h4>Get the ability to access <strong>Google Drive</strong> without leaving your terminal.</h4> </div> ----------------------------------------- ### Inspiration * Google Drive has become a vital part of our day to day life. As much as non-programmers use it, so do programmers in several situations, where we need not use git/github. * Drive-CLI is a command-line utility for google drive which helps you access, sync, download, upload, etc. directly to your drive without leaving the command-line. The best part being the commands are similar to git CLI so that you can easily remember them :massage: ------------------------------------------ ### Features - `view-files`: list your files; filter them by name, type. - `clone`: download file/folder from drive using sharing link or file ID and get it linked. - `add-remote`: upload existing local file to drive and get it linked. - `cat`: view files contents of text format without actually downloading them. - `rm`: remove particular file or folder. - `ls`: list all the files present in the drive of equivalent current directory. - `status`: list changes made to local files since last push or pull. - `pull`: get latest changes from drive to local files. - `push`: push the local changes to drive. ------------------------------------------ ### Demo <p align="center"> <img src="./Demo.gif"> </p> ------------------------------------------ ### Installation * For Usage ```sh #install using pip $ pip install drive-cli ``` * For Development * clone the repo ```sh $ git clone https://github.com/nurdtechie98/drive-cli.git ``` * get your `client_secret.json` from [Oauth](https://console.cloud.google.com/apis/credentials/oauthclient). Make sure to enable [Drive Api](https://console.cloud.google.com/apis/library/drive.googleapis.com?q=Drive) for the project. * rename the client secret to `oauth.json` and place it in the [drive_cli](./drive_cli) directory. * install the package: ```sh # move into package directory $ cd drive-cli # install package in edit mode $ pip install -e . #note the dot ``` ------------------------------------------ ### 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. ```sh # 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](https://github.com/nurdtechie98/drive-cli/wiki/How-to-use-%3F). ------------------------------------------ ### Uninstalling ```sh $ pip uninstall drive-cli ``` ------------------------------------------ ### Contributing * We're are open to `enhancements` & `bug-fixes` :smile:. Take a look [here](./Contributing.md) to get started * Feel free to add issues and submit patches ------------------------------------------ ### Author Chirag Shetty - [nurdtechie98](https://github.com/nurdtechie98) See also the list of [contributors](https://github.com/nurdtechie98/drive-cli/graphs/contributors) who participated in this project. ------------------------------------------ ### License This project is licensed under the MIT - see the [LICENSE](./LICENSE) file for details.


نیازمندی

مقدار نام
==2.21.0 requests
==7.0 click
==0.4.1 colorama
==0.6.4 pick
==1.7.8 google-api-python-client
==4.1.3 oauth2client
==0.7.2 prettytable
==0.12.1 httplib2
==0.8.post1 pyfiglet
- windows-curses


نحوه نصب


نصب پکیج whl drive-cli-2.1.0:

    pip install drive-cli-2.1.0.whl


نصب پکیج tar.gz drive-cli-2.1.0:

    pip install drive-cli-2.1.0.tar.gz