图床上传工具
Project description
介绍
在上传图片的时候, 经常会用到图床功能.
此工具聚合了一些常用的图床, 以便于快速使用. 免费图床大部分都不支持定义文件名称
说明
因为使用各种免费服务, 稳定性无法保证
若各位在使用过程中碰到问题, 欢迎下列任选一种方式补充:
- 提交
isuse
说明问题 - 将问题写到
DepotType
的对应文档上
如果你有其他优秀的图床推荐, 欢迎提交isuse
或PR
当前支持的所有图床, 可查看文件DepotType
使用
安装:
pip install image-depot
from image_depot import image_depot, DepotType, upload, upload_file, DepotConfig
# 部分图床需要添加配置才能使用
token = ''
DepotConfig.SmMs(token)
# 选择图床对象
d = image_depot(DepotType.CatBox)
# 上传图片. 二进制内容
image_content = ''
image_url = d.upload(image_content)
if not image_url: # 图片上传失败, 获取失败原因
print(d.error())
# 上传图片, 使用本地文件路径
file_path = ''
image_url = d.upload_file(file_path)
# 依次尝试所有图床, 返回第一个成功的.
url, err = upload(image_content)
upload_file(file_path)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
image_depot-0.5.0.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file image_depot-0.5.0.tar.gz
.
File metadata
- Download URL: image_depot-0.5.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3eb8d73b7eef827ed60762469290d1aa3deb4d82c8ad693f78679963b730cbe |
|
MD5 | 1b120cff79e54a34e21c6e111e279cc5 |
|
BLAKE2b-256 | d5434b5f9317a55be0e9418efd767e2b45467890bb687ec4f9b32991687d207f |
File details
Details for the file image_depot-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: image_depot-0.5.0-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fee875c3dade10bb8c2a12b4b5b2a22a40a8f15978a880515eb07dc5e4851394 |
|
MD5 | 31bfc563759b959ffce82fd7f44d6ea6 |
|
BLAKE2b-256 | 0e32af6b8093f420c24efb9f3e91096b9bb60c628cfb924f3d562f2fd4b4f0fe |