Skip to main content

API for uploading images to imgbox.com

Project description

Python 3.6+ library for uploading images to https://imgbox.com/.

imgbox-cli is a command line tool that uses pyimgbox.

Installation

pyimgbox is on PyPI.

$ pip install pyimgbox

Usage

async with pyimgbox.Gallery(title="Hello, World!") as gallery:
    async for submission in gallery.add(files):
        pprint.pprint(submission)

See examples.py for more examples.

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

pyimgbox-1.0.7.tar.gz (24.3 kB view hashes)

Uploaded Source

Built Distribution

pyimgbox-1.0.7-py3-none-any.whl (25.6 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