Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imgbbb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgbbb

Imgbb uploader without API key

  • 1.0.4
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc