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
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
pyimgbox-1.0.6.tar.gz
(24.3 kB
view details)
Built Distribution
pyimgbox-1.0.6-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file pyimgbox-1.0.6.tar.gz
.
File metadata
- Download URL: pyimgbox-1.0.6.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7364eb014b42dfe899e4678a2e252fd7570fe080dbe899c116ea85d19eac986a |
|
MD5 | b183ed8d10fbae5254c8b87e4594fe3a |
|
BLAKE2b-256 | fbed00929a4e0e5a883d0950c42440986da4a4eb19d7abf7f8476afd9bb534cd |
File details
Details for the file pyimgbox-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: pyimgbox-1.0.6-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1730fa4257a800084024cf91263e6eb79ff050d2f5eb73bb173b2bea37086fd7 |
|
MD5 | 329a7a4f053b92ecb570b0fef45b797f |
|
BLAKE2b-256 | 8573e86f0a5d00ff164b258ca24b33ead9d3864f0458e8eb8bf3270513ddc8c1 |