Easy-to-use package for downloading originals of images from web sites such as Instagram, Google Images, Flickr etc.
Download
pip install (recomended) :
$ pip install imagesifter
Git clone:
$ git clone https://github.com/HedonistAnt/ImageSifter.git
Usage
import imagesifter
import urllib
quote = 'sifter'
quoteURL = urllib.quote(quote)
url = 'http://images.google.com/images?hl=ru&q=' + quoteURL + '&sa=N&start=$p&ndsp=20&sout=1'
imagesifter.sift_images(url=url, format_list=["jpg", "jpeg", "png"], download_path='img', size_limit=10000000,
count_limit=10)
Note: New folder will be created in current directory. Default folder name is “images”. The maximum file size (size_limit) is in bytes.
Release files for imagesifter 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imagesifter-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
| imagesifter-1.0.6-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 11.0 kB
Release files / imagesifter-1.0.6-py3-none-any.whl
| Download URL | imagesifter-1.0.6-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
de3d2e975d86ea18d1f8cf264b51df78abccdefb3d999e1bbe7b229ad76b1f7b
|
|
BLAKE2b-256 checksum How to use checksums |
7ea28b9f8ac7a7d4dc902baf55286e9ffe4cd8d19559ac31738d9470c69c580a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / imagesifter-1.0.6-py2-none-any.whl
| Download URL | imagesifter-1.0.6-py2-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
fca59bce019a490cd0cdb0cf76367037d97727eac6fa9f89252b080f33fb8679
|
|
BLAKE2b-256 checksum How to use checksums |
ff624f1875ae7cd7eb53a8bb04074ba9b8bdf767adbc9d7a293277896b0c7758
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |