安裝軟件工具:python
apt-get install python-pip pip install requests pip install bypy
受權登錄:api
執行 bypy info,顯示下邊信息,根據提示,經過瀏覽器訪問下邊灰色的https連接,若是此時百度網盤帳號正在登錄,會出現長串受權碼,複製。瀏覽器
[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 # 提示在下邊粘貼受權碼
在下邊圖示紅色位置粘貼受權碼,耐心等待一會便可(1-2分鐘)app
Press [Enter] when you are done a288f3d775fa905a6911692a0808f6a8 Authorizing, please be patient, it may take upto None seconds... Authorizing/refreshing with the OpenShift server ... OpenShift server failed, authorizing/refreshing with the Heroku server ... Successfully authorized Quota: 2.015TB Used: 740.493GB
受權成功。工具
bypy list 查看目錄 bypy mkdir 新建目錄 bypy upload 把本地當前目錄下的文件同步到百度雲盤 bypy downdir 把雲盤上的內容同步到本地 bypy list #顯示文檔 bypy upload filename 上傳文檔
bypy downfile filename 下載文件 bypy downdir filename 下載文件(存在問題) bypy compare 比較本地當前目錄和雲盤(程序的)根目錄 bypy -c 取消令牌文件。一段時間後要從新受權
命令:bypy upload localfile cloudfilethis
說明:1) localfile爲本地文件路徑spa
2)cloudfile爲雲端文件路徑.net
3)因爲百度的限制,最終文件只能上傳到雲盤,個人應用程序(apps) /bypy下3d
舉例: bypy upload C:\Mytemp\1.txt /cloudcode
將本地C:\Mytemp\1.txt文件上傳到雲盤個人應用程序(apps) /bypy/cloud 文件夾內 (注意雲端文件夾 用"/" ,本地文件夾用"\")
也可上傳整個文件夾,命令示例以下:
bypy upload C:\Mytemp /cloud (將本地C:\Mytemp文件夾內全部文件上傳到雲盤 apps/bypy/cloud 文件夾內)
若是要顯示上傳進度,可以使用命令:bypy -v upload localfile cloudfile
舉例:bypy -v upload C:\Mytemp /cloud
若是bypy找不到命令:
能夠直接執行命令文件:/usr/local/python3/bin/bypy
————————————————版權聲明:本文爲CSDN博主「艾小米」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處連接及本聲明。原文連接:https://blog.csdn.net/mier9042/article/details/82918565