Imgbb uploader without API key
Project description
Imgbb public Uploader
Upload Images without API key
- Unlimited uploads
- No API limit
- Support Url & Local upload
- Image link and delete link saved in db.txt.
⚠️ Warning: Do not upload private or personal pictures because this library uses the Imgbb public API
Install
pip install imgbbb
Example use
Local upload
from imgbbb import ImgBbUploader
upload = ImgBbUploader()
up = upload.upload_image("Drive/lol/ofh.jpg")#full image path
print(up)
>>> imgbbb -i Drive/lol/ofh.jpg
Url upload
from imgbbb import ImgBbUploader
upload = ImgBbUploader()
up = upload.upload_url("https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg")
print(up)
imgbbb -u https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg
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
imgbbb-1.0.4.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imgbbb-1.0.4.tar.gz.
File metadata
- Download URL: imgbbb-1.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14a8ab6368c8794eca68b845709721ae0eda5ebff0b45f5fd7ed60d8f0967514
|
|
| MD5 |
c99228ca259128e894386e2e56549f63
|
|
| BLAKE2b-256 |
0fdb6a6d82fe4194936544226f98d3a8c8abad70fab270e4ecb97d40bae28a9f
|
File details
Details for the file imgbbb-1.0.4-py3-none-any.whl.
File metadata
- Download URL: imgbbb-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e47db4a58a222bf53f5eb13053cddeb7dc47eb549e016a3f3a9e26ad8c94e8a6
|
|
| MD5 |
3fad4988b30e23f0b0b3ecfd8a9fc387
|
|
| BLAKE2b-256 |
01a7c74ee7c0c985a5fdb9e678aa140ff87079720e17daf30e8829616eb23f47
|