{ "info": { "author": "Anshuman Anand Singh", "author_email": "ans2human@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Imgscrape\n=========\n\n\n.. image:: https://travis-ci.org/joemccann/dillinger.svg?branch=master\n :target: https://travis-ci.org/joemccann/dillinger\n :alt: Build Status\n \n.. image:: https://coveralls.io/repos/github/ans2human/imgscrape/badge.svg?branch=master\n :target: https://coveralls.io/github/ans2human/imgscrape?branch=master\n :alt: Coverage Status\n\n\nImgscrape is a `selenium `_ and `pillow `_ based image scraper.\n\nSupported Websites\n^^^^^^^^^^^^^^^^^^\n\n\n* `Flipkart `_\n\n* `Amazon `_\n\nFeatures!\n^^^^^^^^^\n\n\n* Scrapes image link\n* Convert image into thumbnail\n* Encode image into Base64 \n* Save image directly to folder : **In development**\n\nImgscrape is a `selenium `_ and `pillow `_ based image scraper. You just provide the product link or a list of the same and it will provide you the links in image or list of it based on your argument.\n\n..\n\n The reason behind this idea is to scrape image links are unreachable by using `Beautifulsoup4 `_. Thus switching to selenium gets you the images you need.\n\n\nInstallation & Usage\n^^^^^^^^^^^^^^^^^^^^\n\n.. code-block:: sh\n\n $ pip install imgscrape\n\n\n* Imgscrape requires `chromedriver `_ to run. Download it.\n* After downloading you'll need to provide the path of chromedriver to the constructer.\n\n.. code-block::\n\n from imgscrape import imgscrape\n\n any_var = #path to driver \n var = imgscrape(producturl, path= any_var)\n\n\n* you can feed a list of product urls and get the image links in a list.\n\n.. code-block::\n\n from imgscrape import imgscrape\n\n any_var = #path to driver\n lst_var = ['link1', 'link2', 'link3']\n var = imgscrape(*lst_var, path= any_var)\n\n\nDevelopment\n^^^^^^^^^^^\n\nWant to contribute? Great!\nCreate a pull request and we'll see.\n\nSupport\n~~~~~~~\n\n\n* **linux**\n* **windows**\n* \n ### Todos\n\n\n * Add support for MacOS\n * Add more supported websites\n\nLicense\n-------\n\n\n* MIT\n\n**Free Software, Hell Yeah!**", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/ans2human/imgscrape/archive/v0.1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ans2human/imgscrape", "keywords": "FLIPKART,AMAZON,SCRAPING,SCRAPE,IMAGE,PRODUCTIMAGES", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "imgscrape", "package_url": "https://pypi.org/project/imgscrape/", "platform": "", "project_url": "https://pypi.org/project/imgscrape/", "project_urls": { "Download": "https://github.com/ans2human/imgscrape/archive/v0.1.1.tar.gz", "Homepage": "https://github.com/ans2human/imgscrape" }, "release_url": "https://pypi.org/project/imgscrape/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A piece of cake way to scrape product images from Amazon or flipkart", "version": "0.1.1" }, "last_serial": 5414269, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "31b20318e6c1b23d4e1731db133df035", "sha256": "04622350716b24e405a1f6acc4114db6409bf80d2ea8a5e698e4475f310b28e1" }, "downloads": -1, "filename": "imgscrape-0.1.tar.gz", "has_sig": false, "md5_digest": "31b20318e6c1b23d4e1731db133df035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1896, "upload_time": "2019-06-17T10:17:48", "url": "https://files.pythonhosted.org/packages/37/fe/c0c6799f3776d8d7b6097f8e8f0ce4221b00349d3673cfa2abe3aaf9c633/imgscrape-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "01cb39b8b40282e149c72f4de941c6a6", "sha256": "fdf8403046e3c8229a767c448dc41f9407d58197c0e66a6a7267eaceff340d82" }, "downloads": -1, "filename": "imgscrape-0.1.1.tar.gz", "has_sig": false, "md5_digest": "01cb39b8b40282e149c72f4de941c6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2717, "upload_time": "2019-06-18T09:44:47", "url": "https://files.pythonhosted.org/packages/bc/e4/82190c147acbad81b1f21316604ebdfd4a20a7a64ef92df0247724d3d285/imgscrape-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01cb39b8b40282e149c72f4de941c6a6", "sha256": "fdf8403046e3c8229a767c448dc41f9407d58197c0e66a6a7267eaceff340d82" }, "downloads": -1, "filename": "imgscrape-0.1.1.tar.gz", "has_sig": false, "md5_digest": "01cb39b8b40282e149c72f4de941c6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2717, "upload_time": "2019-06-18T09:44:47", "url": "https://files.pythonhosted.org/packages/bc/e4/82190c147acbad81b1f21316604ebdfd4a20a7a64ef92df0247724d3d285/imgscrape-0.1.1.tar.gz" } ] }