Skip to main content

Web images generator by link or services (Instagram/Path/Flickr/Imgur/Cloud App/Minus/Skitch/500px)

Project description

Grab images from the web by their urls

Currently supports:

  • direct image links that have the following extensions (jpg, jpeg, gif, png)

  • Instagram

  • Imgur

  • Flickr

  • Path

  • Skitch

  • Minus

  • Cloud App

Requirements

>> pip install -r requirements.txt

Usage

>> from webimagery import *

>> image = WebImagery()

First set the url

>> image.set_image(’http://www.flickr.com/photos/ednapiranha/4437021184/’) >> True

You can get the source link

>> image.get_image() >> ‘http://farm3.static.flickr.com/2788/4437021184_848d7fa79d.jpg

Or you can get the image tag, setting your own alt text and dimensions

>> image.get_image_as_html(‘cat sleeping’) >> image.width = 350 >> ‘<img src=”http://farm3.static.flickr.com/2788/4437021184_848d7fa79d.jpg” alt=”cat sleeping” width=”350” height=”200” />’

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

web_imagery-1.7.tar.gz (2.9 kB view hashes)

Uploaded Source

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