{ "info": { "author": "Issac Lin", "author_email": "issaclin32@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\ufeff# wz-uniform-crawler\nThis is a simple crawler script for downloading images from [Uniform Map / \u5236\u670d\u5730\u5716](http://uniform.wingzero.tw/)\n\n## Installation\nInstall from [PyPI](https://pypi.org/):\n\n```\npip install wz-uniform-crawler\n```\n\nInstall from [GitHub](https://github.com/):\n\n```\npip install git+https://github.com/issaclin32/wz_uniform_crawler/\n```\n\n\n## Usage\n```python\n\nimport wz_uniform_crawler\n\n# download images according to page url\nwz_uniform_crawler.fetch_by_url('https://uniform.wingzero.tw/school/intro/jr/198')\n\n# download images with 20 parallel download threads (default = 10), without showing messages.\nwz_uniform_crawler.fetch_by_url('https://uniform.wingzero.tw/school/intro/jr/198', num_of_parallel_downloads=20, verbose=False)\n\n# download all images from Uniform Map\nwz_uniform_crawler.fetch_all()\n\n# download all images from Uniform Map tagged as type \"jr\"(Junior High Schools in Taiwan) and \"tw\" (High Schools in Taiwan)\n# with 20 parallel download threads\nwz_uniform_crawler.fetch_all(school_types=['jr', 'tw'], num_of_parallel_downloads=20)\n\n```\n\n## Disclaimer\nThis crawler script is only made on the purpose of personal programming practice. I do not own the copyright, nor have any affiliation with the maintainer of [Uniform Map](http://uniform.wingzero.tw/).\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/issaclin32/wz_uniform_crawler", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wz-uniform-crawler", "package_url": "https://pypi.org/project/wz-uniform-crawler/", "platform": "", "project_url": "https://pypi.org/project/wz-uniform-crawler/", "project_urls": { "Homepage": "https://github.com/issaclin32/wz_uniform_crawler" }, "release_url": "https://pypi.org/project/wz-uniform-crawler/1.0.1/", "requires_dist": [ "beautifulsoup4" ], "requires_python": "", "summary": "A simple crawler script for Uniform Map / \u5236\u670d\u5730\u5716 (http://uniform.wingzero.tw/)", "version": "1.0.1" }, "last_serial": 5385365, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "cea281b386cdfd058e531a410c9bc4b2", "sha256": "0feb92473cf7bd411da68398c7b16bae543b630c74b06cdf00c60e51e4251684" }, "downloads": -1, "filename": "wz_uniform_crawler-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cea281b386cdfd058e531a410c9bc4b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5101, "upload_time": "2019-06-11T08:23:51", "url": "https://files.pythonhosted.org/packages/71/f8/f07d0612b6b7f2feb9147defeaab0f66b623214fbef68b401041da8d992a/wz_uniform_crawler-1.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cea281b386cdfd058e531a410c9bc4b2", "sha256": "0feb92473cf7bd411da68398c7b16bae543b630c74b06cdf00c60e51e4251684" }, "downloads": -1, "filename": "wz_uniform_crawler-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cea281b386cdfd058e531a410c9bc4b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5101, "upload_time": "2019-06-11T08:23:51", "url": "https://files.pythonhosted.org/packages/71/f8/f07d0612b6b7f2feb9147defeaab0f66b623214fbef68b401041da8d992a/wz_uniform_crawler-1.0.1-py3-none-any.whl" } ] }