Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 255 Bytes

Installation

$ pip3 install grpcio-tools
$ python3 -m grpc_tools.protoc -I .. --python_out=. --grpc_python_out=. ../storage.proto ../task.proto

Usage

$ python3 task.py --token "<access_token>" --task-id "<id>" [--cancel | --wait <out>]