ndrive:适用于NAVER Ndrive的Python包装器

时间:2021-05-18 05:36:36
【文件属性】:
文件名称:ndrive:适用于NAVER Ndrive的Python包装器
文件大小:36KB
文件格式:ZIP
更新时间:2021-05-18 05:36:36
Python ndrive是NAVER Ndrive( )的python包装器。 以下是在python中使用ndrive模块的示例代码 >>> from ndrive import Ndrive >>> nd = Ndrive() >>> nd.login("YOUR_ID","YOUR_PASSWORD") >>> nd.uploadFile("FILE_NAME", "/FILE_NAME") >>> nd.downloadFile("FILE_NAME") >>> nlist = nd.getList("/Photo/", type=3) >>> f = nd.downloadFile(nlist[-1]['href']) 安装 要安装ndrive,只需: $ apt-get install python-dev $ apt-get install python-nss $ apt-ge
【文件预览】:
ndrive-master
----.gitignore(108B)
----setup.cfg(40B)
----README.md(1KB)
----README.rst(902B)
----cmdline.py(7KB)
----docs()
--------make.bat(7KB)
--------conf.py(8KB)
--------index.rst(2KB)
--------_themes()
----examples()
--------cmdline.py(7KB)
----LICENSE(1KB)
----MANIFEST(215B)
----requirements.txt(196B)
----ndrive()
--------models.py(19KB)
--------cmdline.py(7KB)
--------urls.py(12KB)
--------utils.py(156B)
--------auth.py(1KB)
--------__init__.py(259B)
--------file.py(3KB)
--------client.py(28KB)
----LICENSE.txt(1KB)
----setup.py(576B)
----changelog.rst(55B)

网友评论