8000 GitHub - lieta-king/cloud189: cloud189 天翼云盘SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lieta-king/cloud189

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud189 天翼云盘SDK

Requirements

  • cryptography==43.0.0
  • requests==2.28.2

Usage

from cloud189.client import Cloud189Client

client189 = Cloud189Client(username='xxxxxx', password='xxxxx')

client189.upload(file_path, folder_id, rename)
client189.delete(file_id, file_name, is_folder=False)
client189.get_play_url(file_id)

About

cloud189 天翼云盘SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0