python [yandex api] yandex api

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python [yandex api] yandex api相关的知识,希望对你有一定的参考价值。

'''
https://pypi.org/project/YaDiskClient/
pip install YaDiskClient
'''
from YaDiskClient.YaDiskClient import YaDisk
disk = YaDisk(login, password)

disk.df() # show used and available space

disk.ls(path) # list of files/folder with attributes
disk.mkdir(path) # create directory

disk.rm(path) # remove file or directory
disk.cp(src, dst) # copy from src to dst
disk.mv(src, dst) # move from src to dst

disk.upload(src, dst) # upload local file src to remote file dst
disk.download(src, dst) # download remote file src to local file dst

disk.publish_doc(path) # return public url
disk.hide_doc(path) # remove public url form Yandex Disk

以上是关于python [yandex api] yandex api的主要内容,如果未能解决你的问题,请参考以下文章

Yandex.Direct - Python 中的 API

使用AShot进行网页全页截图

如何使用 Yandex Disk c# Api

API 密钥无效 Yandex Translate

Yandex Weather API 中的 403 禁止

如何启用 Yandex 翻译 API?