Unofficial uploader to pixhost.org image sharing site.
Project description
Unofficial Python 3.2+ upload client for pixhost.org image sharing website.
Usage
import pixhostuploader as pixhost uploaded = pixhost.upload('image.jpg') print(uploaded)
Uploader returns 3 URLs for each image: thumbnail, full size image and a its page on pixhost.org.
{ 'thumb_image': '...', 'full_size_image': '...', 'page_url': '...', }
You can also upload multiple images at once.
images = [ 'image.jpg', 'another_image.jpg', ] uploaded = pixhost.upload(images)
Uploader then returns a list of URLs for each uploaded image.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pixhostuploader-1.0.6.tar.gz (75.3 kB) | File type Source | Python version None | Upload date | Hashes View |