網(wǎng)絡(luò)營銷網(wǎng)站建設(shè)知識(shí)網(wǎng)絡(luò)推廣優(yōu)化工具
1、在python環(huán)境下,下載bypy
pip install bypy
?2、第一次連接需要認(rèn)證
bypy info
認(rèn)證通過后百度網(wǎng)盤會(huì)出現(xiàn)bypy文件夾,如下
3、查看當(dāng)前文件夾下的文件
bypy list
?若有很多文件夾,可在后面增加文件夾名稱,列出對(duì)應(yīng)位置下的文件:
bypy list xg
4、下載文件夾/文件?
bypy downdir /test
bypy downfile /data.tar ./
?5、更多可查看幫助
bypy -h
- bypy list :顯示百度網(wǎng)盤 /apps(我的應(yīng)用數(shù)據(jù))/bypy 目錄下的所有文件。
- bypy upload [localpath] [remotepath] [ondup] 或 bypy syncup [localdir] [remotedir] [deleteremote] :上傳文件到百度網(wǎng)盤
- bypy downfile <remotefile> [localpath] :從百度網(wǎng)盤下載單個(gè)文件
- bypy downdir [remotedir] [localdir] :從百度網(wǎng)盤下載整個(gè)文件夾