{ "info": { "author": "Anantha Natarajan S", "author_email": "sananthanatarajan12@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "ImageScraper :page\\_with\\_curl:\n===============================\n\nA high performance, easy to use, multithreaded command line tool which\ndownloads images from the given webpage.\n\n+------------------+--------------------+--------------------+\n| Build Status | Version | Downloads |\n+==================+====================+====================+\n| |Build Status| | |Latest Version| | |PyPi downloads| |\n+------------------+--------------------+--------------------+\n\nDemo\n^^^^\n\nClick `here `__ to see it\nin action!\n\nDownload\n--------\n\n\npip install (recommended):\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can also download using pip:\n\n.. code:: sh\n\n $ pip install ImageScraper\n\nDependencies\n^^^^^^^^^^^^\n\nNote that ``ImageScraper`` depends on ``lxml``, ``requests``,\n``setproctitle``, and ``future``. It also depends on ``pyThreadpool``\nwhich can be downloaded and installed from\n`here `__ temporarily. If you\nrun into problems in the compilation of ``lxml`` through ``pip``,\ninstall the ``libxml2-dev`` and ``libxslt-dev`` packages on your system.\n\nUsage\n-----\n\n.. code:: sh\n\n $ image-scraper [OPTIONS] URL\n\nYou can also use it in your Python scripts.\n\n.. code:: py\n\n import image_scraper\n image_scraper.scrape_images(URL)\n\nOptions\n-------\n\n.. code:: sh\n\n -h, --help Print help\n -m, --max-images Maximum number images to be scraped\n -s, --save-dir Name of the folder to save the images\n -g, --injected Scrape injected images\n --formats [ [FORMATS ..]] Specify the formats of images to be scraped\n --max-filesize Limit on size of image in bytes (default: 100000000)\n --dump-urls Print the URLs of the images\n --scrape-reverse Scrape the images in reverse order\n --proxy-urls Use the specified HTTP/HTTPS proxy\n\nIf you downloaded the tar:\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nExtract the contents of the tar file.\n\n.. code:: sh\n\n $ cd ImageScraper/\n $ python setup.py install\n $ image-scraper --max-images 10 [url to scrape]\n\nExamples\n--------\n\nScrape all images\n\n.. code:: sh\n\n $ image-scraper ananth.co.in/test.html\n\nScrape at max 2 images\n\n.. code:: sh\n\n $ image-scraper -m 2 ananth.co.in/test.html\n\nScrape only gifs and download to folder ./mygifs\n\n.. code:: sh\n\n $ image-scraper -s mygifs ananth.co.in/test.html --formats gif\n\nNOTE:\n^^^^^\n\nBy default, a new folder called \"images\\_\" will be created in the\nworking directory, containing all the downloaded images.\n\n\n\n.. |Build Status| image:: https://travis-ci.org/sananth12/ImageScraper.svg?branch=master\n :target: https://travis-ci.org/sananth12/ImageScraper\n.. |Latest Version| image:: https://pypip.in/v/ImageScraper/badge.png\n :target: https://pypi.python.org/pypi/ImageScraper/\n.. |PyPi downloads| image:: http://img.shields.io/badge/downloads-10k%20total-blue.svg\n :target: https://pypi.python.org/pypi/ImageScraper\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sananth12/ImageScraper/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "ImageScraper", "package_url": "https://pypi.org/project/ImageScraper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ImageScraper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sananth12/ImageScraper/" }, "release_url": "https://pypi.org/project/ImageScraper/2.0.7/", "requires_dist": null, "requires_python": null, "summary": "A simple image scraper to download all images from a given url", "version": "2.0.7" }, "last_serial": 1534007, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "ee1b7d0708343b4f19266b868437240d", "sha256": "d1edae00de668dfac13fc18bf85a691ca75631f7e87849a3133e0e34ea11391d" }, "downloads": -1, "filename": "ImageScraper-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ee1b7d0708343b4f19266b868437240d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1067, "upload_time": "2014-05-24T10:25:02", "url": "https://files.pythonhosted.org/packages/88/3e/6f1b4ce30caaf22f10b8e04e6853a72f38abcb1d78f492f480a94d77b228/ImageScraper-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7c07dad3b3c5ba7bda546f24d19d07f0", "sha256": "e0513e77590298fd2aeca6b230d54ce4a0099c6065ad710952ddb3b56ff7e0c2" }, "downloads": -1, "filename": "ImageScraper-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7c07dad3b3c5ba7bda546f24d19d07f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484, "upload_time": "2014-05-25T09:29:20", "url": "https://files.pythonhosted.org/packages/e7/55/001caccc2c3fb8c47933cd1c84448bf4947a7c74550c62ab6d39033f2962/ImageScraper-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0ff75419f98b355bc2865d2d35d24bd5", "sha256": "9687fe58b68cb0db475135f0df06502040dad51f16fc849f2d24553684a03633" }, "downloads": -1, "filename": "ImageScraper-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0ff75419f98b355bc2865d2d35d24bd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1752, "upload_time": "2014-05-26T11:18:45", "url": "https://files.pythonhosted.org/packages/d5/d2/fbb168dfc2b09669ef4f4b40d4cdea05ec3a1d98a4528c80d1a6268c9011/ImageScraper-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "436bd6331edf93c0cbc84502a1161a3f", "sha256": "ca5478295e867446bd947ad7d82a5bef94b745b3d01f0d83c73c0e5b5f3f97c7" }, "downloads": -1, "filename": "ImageScraper-1.0.4.tar.gz", "has_sig": false, "md5_digest": "436bd6331edf93c0cbc84502a1161a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1758, "upload_time": "2014-05-31T06:17:51", "url": "https://files.pythonhosted.org/packages/79/c8/595435060e3ed094f0cf093a50e6899088d073a9de73f478191a69f389ea/ImageScraper-1.0.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "dd7b6a59284dc7a90fe8d5bff234b78b", "sha256": "b23a931be1081ff6784b9c084ff398c08cc591a5db146a4347b164812fedee0b" }, "downloads": -1, "filename": "ImageScraper-1.1.0.tar.gz", "has_sig": false, "md5_digest": "dd7b6a59284dc7a90fe8d5bff234b78b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4834, "upload_time": "2014-06-28T14:49:40", "url": "https://files.pythonhosted.org/packages/2e/1b/76e5911c861f614de64cff5975c05ddd7b4e54befda83765d0df44037518/ImageScraper-1.1.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "e57f2eccc5b255878051d61df58182f8", "sha256": "a58caf57079e09ab629053ea4d2736ce967b09e516499ee480f3b1697ade2633" }, "downloads": -1, "filename": "ImageScraper-2.0.0.tar.gz", "has_sig": false, "md5_digest": "e57f2eccc5b255878051d61df58182f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5407, "upload_time": "2014-12-02T20:04:31", "url": "https://files.pythonhosted.org/packages/11/05/6d708e96cdb921e3ee85223f8a56540bda49973eb9d3aa8e62ec5c6b2195/ImageScraper-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "05d1518350a4b4727e6a05b8b973bfa1", "sha256": "078e487a50b290a2403de3fa3987341786ae195dd3aab9b265b2a68a74f52893" }, "downloads": -1, "filename": "ImageScraper-2.0.1.tar.gz", "has_sig": false, "md5_digest": "05d1518350a4b4727e6a05b8b973bfa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5441, "upload_time": "2014-12-02T20:27:19", "url": "https://files.pythonhosted.org/packages/b0/7c/d79aa18de9d91a1aa24004aaf78c5cd4fac430b25b4d67942d4323c6c15f/ImageScraper-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "033200dd4b8975fee10e5877ea2d81cb", "sha256": "6b6a990d6a77c0e7e15bbdb58ff65bf4517b362f2f49d0525ec80e8a9b95e63d" }, "downloads": -1, "filename": "ImageScraper-2.0.2.tar.gz", "has_sig": false, "md5_digest": "033200dd4b8975fee10e5877ea2d81cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5475, "upload_time": "2014-12-26T07:22:07", "url": "https://files.pythonhosted.org/packages/25/17/d2729e3508010a56e1b5c420a1c1e2c583a692b1bc10f172c82f17a874b7/ImageScraper-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "5d3e241546e56c9b6f820a982c9bfc81", "sha256": "edec898c940a8e007b0b67094f2a4f47afbf326edab450fa72011a3b2e7db8fb" }, "downloads": -1, "filename": "ImageScraper-2.0.3.tar.gz", "has_sig": false, "md5_digest": "5d3e241546e56c9b6f820a982c9bfc81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5452, "upload_time": "2015-01-16T06:59:02", "url": "https://files.pythonhosted.org/packages/f7/f5/7aacaa4d288d58de2e1687cf9ed5d839e8f6e39b17cae631747a137880cc/ImageScraper-2.0.3.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "c09427b5d745fdcf0d2721d4f9ff751c", "sha256": "c538ef152da4d9a2cc595732eb61beb013fd4b4c575c4f71abd9f0a0c0c0130e" }, "downloads": -1, "filename": "ImageScraper-2.0.5.tar.gz", "has_sig": false, "md5_digest": "c09427b5d745fdcf0d2721d4f9ff751c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6628, "upload_time": "2015-02-15T07:47:56", "url": "https://files.pythonhosted.org/packages/ff/af/3cfe1ea096af9c8910640d4b385d0891f1268420738f2ed80ab7b70afb0a/ImageScraper-2.0.5.tar.gz" } ], "2.0.6": [ { "comment_text": "", "digests": { "md5": "fee3c96def4209eb047b5419040e7ca5", "sha256": "b66aea35a50eaf294ed248f67bd49de1d5c21b1c80be18bec363ce8b5ea1e6b6" }, "downloads": -1, "filename": "ImageScraper-2.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fee3c96def4209eb047b5419040e7ca5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9891, "upload_time": "2015-04-09T15:06:12", "url": "https://files.pythonhosted.org/packages/0a/18/03712f98a9081293b69ee5cdd24704fc98a0187460aba37806e55006606a/ImageScraper-2.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d2d328bd3052d1030d02da34f9fb2f7", "sha256": "77163a2097cb1294d805f2f40a1e8fafd62c2751e2c31dbe8b716300e52e69eb" }, "downloads": -1, "filename": "ImageScraper-2.0.6.tar.gz", "has_sig": false, "md5_digest": "4d2d328bd3052d1030d02da34f9fb2f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8417, "upload_time": "2015-04-09T15:06:08", "url": "https://files.pythonhosted.org/packages/c1/c2/b5d65c2eeb0ed69fb5c3f0f4df10820ccc46a286ca89c00b41d2cf906e6e/ImageScraper-2.0.6.tar.gz" } ], "2.0.7": [ { "comment_text": "", "digests": { "md5": "949b58891450e3797528fd8957c92cee", "sha256": "90c8bcf12b0a975bf52c64cd186a34c047fdbbd7b97d576dfc5b87e111cf719a" }, "downloads": -1, "filename": "ImageScraper-2.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "949b58891450e3797528fd8957c92cee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10029, "upload_time": "2015-05-05T14:21:58", "url": "https://files.pythonhosted.org/packages/43/4b/e1e2af3b0892cf55fe4db06ce16e6d1d41c6bb95ae208b52109316da948c/ImageScraper-2.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5064356dd451ef6dc5375c5e0f71943b", "sha256": "8cd50d3d601a71091fc6af3f37a4962091e7f2c0753a1ea530c090cc87523543" }, "downloads": -1, "filename": "ImageScraper-2.0.7.tar.gz", "has_sig": false, "md5_digest": "5064356dd451ef6dc5375c5e0f71943b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8586, "upload_time": "2015-05-05T14:21:53", "url": "https://files.pythonhosted.org/packages/57/16/ae81054a1fc319bc7d2725288d48fd9d0aa4612e704f9943e837699409b8/ImageScraper-2.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "949b58891450e3797528fd8957c92cee", "sha256": "90c8bcf12b0a975bf52c64cd186a34c047fdbbd7b97d576dfc5b87e111cf719a" }, "downloads": -1, "filename": "ImageScraper-2.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "949b58891450e3797528fd8957c92cee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10029, "upload_time": "2015-05-05T14:21:58", "url": "https://files.pythonhosted.org/packages/43/4b/e1e2af3b0892cf55fe4db06ce16e6d1d41c6bb95ae208b52109316da948c/ImageScraper-2.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5064356dd451ef6dc5375c5e0f71943b", "sha256": "8cd50d3d601a71091fc6af3f37a4962091e7f2c0753a1ea530c090cc87523543" }, "downloads": -1, "filename": "ImageScraper-2.0.7.tar.gz", "has_sig": false, "md5_digest": "5064356dd451ef6dc5375c5e0f71943b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8586, "upload_time": "2015-05-05T14:21:53", "url": "https://files.pythonhosted.org/packages/57/16/ae81054a1fc319bc7d2725288d48fd9d0aa4612e704f9943e837699409b8/ImageScraper-2.0.7.tar.gz" } ] }