Skip to content

Ppang0405/catbox-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catbox_sdk

PyPI Python Versions License

Installation

$ python3 -m pip install catbox-sdk

Example

from catbox_sdk import CatboxUploader

uploader = CatboxUploader()

filename = "./test_img1.jpg"
uploader.upload_from_path(filename)

uploader.upload_file("test_img2.jpg", open("./test_img2.jpg", "rb"))

uploader.upload_from_url(image_url)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages