Skip to main content

Imgbb uploader without API key

Project description

Logo

Imgbb public Uploader

Telegram

made-with-python

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


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 hashes)

Uploaded Source

Built Distribution

imgbbb-1.0.4-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page