文件名称:webshare-api:简单的webshare.cz API提供程序
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-31 09:04:27
Python
关于 简单的webshare.cz API接口,用于下载文件。 对于基本用法,请使用login和download_file方法。 定义的接口: class WebshareAPI : def login ( self , user_name , password ): """Logs {user_name} in Webshare API""" def download_file ( self , url , dest_path ): """Downloads file in {url} to {dest_path}""" def hash_password ( self , user_name , password , salt ): """Creates password hash used by Websha
【文件预览】:
webshare-api-master
----setup.py(199B)
----README.md(858B)
----.gitignore(18B)
----webshare()
--------webshare.py(5KB)
--------__init__.py(0B)