Skip to main content

IiliIo uploader without API key

Project description

IiliIo public Uploader

Telegram

made-with-python

Upload Images without API key

  • Unlimited uploads
  • No API limit
  • Support Url & Local upload

⚠️ Warning: Do not upload private or personal pictures because this library uses the IiliIo public API

Install

pip install IiliIo

Example use

Local upload

from IiliIo import IiliIo

upload = IiliIo()
up = upload.upload_image("Drive/lol/ofh.jpg")#full image path
print(up)
>>> IiliIo -i Drive/lol/ofh.jpg

Url upload

from IiliIo import IiliIo

upload = IiliIo()
up = upload.upload_url("https://i.pinimg.com/originals/fe/ea/71/feea71eaa793b00d9e927985a9d4b199.jpg")
print(up)
IiliIo -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

IiliIo-1.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

IiliIo-1.0.3-py3-none-any.whl (4.2 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