zoukankan      html  css  js  c++  java
  • linux下通过命令行上传文件到百度网盘

    一.环境:

    centos release 6.9

    python 2.7.13

    二.安装工具bypy

    sudo pip install bypy

    三.使用bypy

    3.1 授权

    [root@ineedle ~]# bypy info
    Please visit:  
    https://openapi.baidu.com/oauth/2.0/authorize?scope=basic+netdisk&redirect_uri=oob&response_type=code&client_id=q8WE4EpCsau1oS0MplgMKNBn
    And authorize this app
    Paste the Authorization Code here within 10 minutes.
    Press [Enter] when you are done    
    用浏览器访问加重颜色的链接获取授权码,然后粘贴再回车就授权成功.

    3.2 上传文件

    bypy upload (在某个文件夹下就会将文件夹下的内容全部上传到云端)

    3.3 下载文件

    bypy downdir

  • 相关阅读:
    UVa-1218
    Uva-1220
    UVa-10003
    UVa-1625
    UVa-11584
    UVa-12563
    UVa-12166 Equilibrium Mobile
    加油
    UVa-10129
    不再刷“水题”!
  • 原文地址:https://www.cnblogs.com/dakewei/p/7225967.html
Copyright © 2011-2022 走看看