{ "info": { "author": "Zhiao Zhou", "author_email": "zz1749@nyu.edu", "bugtrack_url": null, "classifiers": [], "description": " =====\r\r\n _Developer: Zhiao Zhou ([@zhiaozhou](https://github.com/zhiaozhou) | | [Linkedin](https://www.linkedin.com/in/zhiaozhou/))_ \r\r\n \r\r\n Infinite_image-downloader is a python library for automatically downloading requested number of images from Google image search by one keyword.\r\r\n \r\r\n The principle is that since Google has limited the number of outputs per keyword(1000 maximum), after getting numbers of pictures and their urls of the first search, the downloader is going to search more images using the urls that were just achieved and then recursively go on.\r\r\n \r\r\n Dependencies\r\r\n =============\r\r\n pgmpy has following non optional dependencies:\r\r\n - Python 2.7 or Python 3\r\r\n - request \r\r\n - selenium \r\r\n - socket\r\r\n - Geckodriver for Firefox users\r\r\n \r\r\n Installation\r\r\n =============\r\r\n Using pip:\r\r\n ```\r\r\n $ pip install infinite_image_downloader\r\r\n ```\r\r\n \r\r\n Or for installing the latest codebase:\r\r\n ```\r\r\n $ git clone https://github.com/zhiaozhou/infinite_image_downloader.git\r\r\n $ cd infinite_image_downloader/\r\r\n $ python setup.py install\r\r\n ```\r\r\n \r\r\n Documentation and usage\r\r\n =======================\r\r\n \r\r\n Now this package can be only used with a Firefox browser installed.\r\r\n \r\r\n Then you will have to install Geckodriver from [Geckodriver/releases](https://github.com/mozilla/geckodriver/releases) and then put the executable file inside the root folder of your Firefox directory (Ex. C:\\Program Files\\Mozilla Firefox\\)\r\r\n \r\r\n For Mac users, put it under usr/local/bin\r\r\n \r\r\n Then after installing the package using pip\r\r\n you can start to use it by typing infinite_image_downloader [keyword] [numbers of images you want] [download path](optional)\r\r\n \r\r\n An example is shown below\r\r\n \r\r\n ![example](example.gif)\r\r\n \r\r\n License\r\r\n =======\r\r\n infinite_image_downloader is released under MIT License.\r\nKeywords: google image crawl download\r\nPlatform: UNKNOWN\r\nClassifier: Development Status :: 3 - Alpha\r\nClassifier: Intended Audience :: Education\r\nClassifier: Topic :: Utilities\r\nClassifier: License :: OSI Approved :: MIT License\r\nClassifier: Programming Language :: Python :: 2\r\nClassifier: Programming Language :: Python :: 2.7\r\nClassifier: Programming Language :: Python :: 3\r\nClassifier: Programming Language :: Python :: 3.4\r\nClassifier: Programming Language :: Python :: 3.5\r\nClassifier: Programming Language :: Python :: 3.6\r\nClassifier: Operating System :: Unix\r\nClassifier: Operating System :: POSIX\r\nClassifier: Operating System :: Microsoft :: Windows\r\nClassifier: Operating System :: MacOS\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zhiaozhou/infinite_image_downloader", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "infinite-image-downloader", "package_url": "https://pypi.org/project/infinite-image-downloader/", "platform": "", "project_url": "https://pypi.org/project/infinite-image-downloader/", "project_urls": { "Homepage": "https://github.com/zhiaozhou/infinite_image_downloader" }, "release_url": "https://pypi.org/project/infinite-image-downloader/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "a python library for automatically downloading requested number of images from Google image search by one keyword", "version": "1.0.0" }, "last_serial": 3775364, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "470579d833b581e8539c78a6326be489", "sha256": "96ed4ac38549ddc71df99be88da0b7eec1c11c335992347eb88545f8a25a6d22" }, "downloads": -1, "filename": "infinite_image_downloader-1.0.0.tar.gz", "has_sig": false, "md5_digest": "470579d833b581e8539c78a6326be489", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2018-04-18T02:25:24", "url": "https://files.pythonhosted.org/packages/c8/94/0b798341f24db8d087a9542fa24b20477c2fe6e98f51cbe890f63a9c5756/infinite_image_downloader-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "470579d833b581e8539c78a6326be489", "sha256": "96ed4ac38549ddc71df99be88da0b7eec1c11c335992347eb88545f8a25a6d22" }, "downloads": -1, "filename": "infinite_image_downloader-1.0.0.tar.gz", "has_sig": false, "md5_digest": "470579d833b581e8539c78a6326be489", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2018-04-18T02:25:24", "url": "https://files.pythonhosted.org/packages/c8/94/0b798341f24db8d087a9542fa24b20477c2fe6e98f51cbe890f63a9c5756/infinite_image_downloader-1.0.0.tar.gz" } ] }