【森气随笔】Python的bypy库高效管理百度网盘文件传输

文摘   教育   2024-08-05 20:00   江苏  


对于服务器等不便安装百度网盘客户端的环境,以及需要批量定时与百度网盘文件传输,bypy库则很好的解决这类需求。


01

# 安装bypy         

第一次运行时需要授权,安装后运行bypy info会有提示,需根据提示来授权你的百度网盘账号即可。

pip install bypy


02

# 常见命令        

# 遍历文件夹bypy list
# 数据下载bypy downdir [remotedir] [localdir] - download a remote directory (recursively)bypy downfile <remotefile> [localpath] - download a remote file.bypy download [remotepath] [localpath] - download a remote directory (recursively) / file
# 数据上传bypy syncup [localdir] [remotedir] [deleteremote] - sync up from the local directory to the remote directorybypy upload [localpath] [remotepath] [ondup] - upload a file or directory (recursively)


03

# 更多命令         

bypy help

04

# 下载加速器         

# 直接在下载命令后追加--downloader aria2


05

# 更多资料         

更多信息参考项目的github仓库。

https://github.com/houtianze/bypy?tab=readme-ov-file

欢迎私交流学习


戳这里关注我

请点赞、在看、关注,你们的支持是我更新的动力。

森气笔记
记录分享森林气象学相关的Python GEE Arcgis QGIS Matlab等学习笔记