{"id":16760579,"url":"https://github.com/issaclin32/wz_uniform_crawler","last_synced_at":"2025-03-16T09:22:47.090Z","repository":{"id":62589736,"uuid":"191177358","full_name":"issaclin32/wz_uniform_crawler","owner":"issaclin32","description":"A simple crawler script for Uniform Map / 制服地圖 (http://uniform.wingzero.tw/)","archived":false,"fork":false,"pushed_at":"2019-06-11T08:25:18.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-09T03:41:26.961Z","etag":null,"topics":["school-uniform","uniform","uniform-map"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/issaclin32.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-10T13:51:55.000Z","updated_at":"2019-06-11T08:25:19.000Z","dependencies_parsed_at":"2022-11-03T17:56:47.021Z","dependency_job_id":null,"html_url":"https://github.com/issaclin32/wz_uniform_crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issaclin32%2Fwz_uniform_crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issaclin32%2Fwz_uniform_crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issaclin32%2Fwz_uniform_crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/issaclin32%2Fwz_uniform_crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/issaclin32","download_url":"https://codeload.github.com/issaclin32/wz_uniform_crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243848182,"owners_count":20357505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["school-uniform","uniform","uniform-map"],"created_at":"2024-10-13T04:23:57.476Z","updated_at":"2025-03-16T09:22:47.046Z","avatar_url":"https://github.com/issaclin32.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# wz-uniform-crawler\nThis is a simple crawler script for downloading images from [Uniform Map / 制服地圖](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/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissaclin32%2Fwz_uniform_crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fissaclin32%2Fwz_uniform_crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissaclin32%2Fwz_uniform_crawler/lists"}