{ "info": { "author": "Rushil Srivastava", "author_email": "rushu0922@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# Image Search Python Package\n\n[![Build Status](https://travis-ci.org/rushilsrivastava/image-scrapers.svg?branch=master)](https://travis-ci.org/rushilsrivastava/image-scrapers)\n\nA simple python package for saving images from Bing and Google without using API keys. This package utilizes web browsers to help scrape images found on web searches. \n\nThis should only be used for educational and personal purposes only. I am not responsible for any issues that may arise by scraping such sources. All images are copyrighted and owned by their respective owners, I do not claim any ownership.\n\n## Usage\n\n\tusage: image_search [-h] [--limit LIMIT] [--json] [--url URL]\n [--adult-filter-off]\n engine query\n\n**Example:** Google Images\n\n\timage_search google cat --limit 10 --json\n\nThis will download 10 cat images and metadata from Google Images.\n\n**Example:** Bing Images\n\n\timage_search bing dog --limit 10 --json\n\nThis will download 10 dog images and metadata from Bing Images.\n\n\n## FAQs\n\n*How can I download a specific amount of images?*\n - Use the `--limit` flag to define the amount of images you want to download.\n\n*How do I search with custom filters on Google Images?*\n - Use the `--url` flag to define your own url with the search filter.\n\n## Disclaimer\n\nThis program lets you scrape/download many images from Bing and Google. Please do not download any image violating its copyright terms. Google Images and Bing Images are merely search engines that index images and allow you to find them. Neither Google nor Bing produce these images, and as such, they don't warrant a copyright on any of the images. The original creators of the images own the copyrights.\n\nImages published in the United States are automatically copyrighted by their owners, even if they do not explicitly carry a copyright warning. You may not reproduce copyright images without their owner's permission, except in \"fair use\" cases. You could risk running into lawyer's warnings, cease-and-desist letters, and copyright suits. Please be careful, and make sure your are not violating any laws!", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/rushilsrivastava/image_search/archive/0.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rushilsrivastava/image_search", "keywords": "google,bing,images,scraping", "license": "", "maintainer": "", "maintainer_email": "", "name": "image-search", "package_url": "https://pypi.org/project/image-search/", "platform": "", "project_url": "https://pypi.org/project/image-search/", "project_urls": { "Download": "https://github.com/rushilsrivastava/image_search/archive/0.0.1.tar.gz", "Homepage": "https://github.com/rushilsrivastava/image_search" }, "release_url": "https://pypi.org/project/image-search/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python Library to download images and metadata from popular search engines.", "version": "0.0.1" }, "last_serial": 3982315, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "83bc950e4baa8e7b7b55aefcfcd1e1a0", "sha256": "883c4be99f4e6552ca8a8c0750884115b11626090d94bf0495ddde101790d33c" }, "downloads": -1, "filename": "image_search-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83bc950e4baa8e7b7b55aefcfcd1e1a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5581, "upload_time": "2018-06-20T17:36:10", "url": "https://files.pythonhosted.org/packages/b1/a5/b5dfd3a24018f9e6ebfc322c082a57f238ac56de0279daf77e4cbf45271a/image_search-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83bc950e4baa8e7b7b55aefcfcd1e1a0", "sha256": "883c4be99f4e6552ca8a8c0750884115b11626090d94bf0495ddde101790d33c" }, "downloads": -1, "filename": "image_search-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83bc950e4baa8e7b7b55aefcfcd1e1a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5581, "upload_time": "2018-06-20T17:36:10", "url": "https://files.pythonhosted.org/packages/b1/a5/b5dfd3a24018f9e6ebfc322c082a57f238ac56de0279daf77e4cbf45271a/image_search-0.0.1.tar.gz" } ] }