{"id":15967140,"url":"https://github.com/idlesign/gallerycrawler","last_synced_at":"2025-10-08T16:10:44.106Z","repository":{"id":57432952,"uuid":"284038067","full_name":"idlesign/gallerycrawler","owner":"idlesign","description":"Generic crawling for galleries","archived":false,"fork":false,"pushed_at":"2020-09-14T13:35:42.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T20:49:09.960Z","etag":null,"topics":["crawler","gallery","images","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idlesign.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-31T13:02:58.000Z","updated_at":"2023-04-19T11:08:42.000Z","dependencies_parsed_at":"2022-08-27T20:51:34.508Z","dependency_job_id":null,"html_url":"https://github.com/idlesign/gallerycrawler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgallerycrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgallerycrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgallerycrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idlesign%2Fgallerycrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idlesign","download_url":"https://codeload.github.com/idlesign/gallerycrawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184326,"owners_count":20897750,"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":["crawler","gallery","images","python3"],"created_at":"2024-10-07T18:21:00.098Z","updated_at":"2025-10-08T16:10:39.081Z","avatar_url":"https://github.com/idlesign.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"gallerycrawler\n==============\nhttps://github.com/idlesign/gallerycrawler\n\n|release| |lic|\n\n.. |release| image:: https://img.shields.io/pypi/v/gallerycrawler.svg\n    :target: https://pypi.python.org/pypi/gallerycrawler\n\n.. |lic| image:: https://img.shields.io/pypi/l/gallerycrawler.svg\n    :target: https://pypi.python.org/pypi/gallerycrawler\n\nDescription\n-----------\n\n*Generic crawling for galleries*\n\n1. Crawler starts from gallery listing URL;\n2. It visits every details page mentioned on current listing page;\n3. It gathers information from each details page;\n4. It moves to the next listing URL.\n5. Etc.\n\n.. code-block:: python\n\n    from galerycrawler.toolbox import Crawler, dump\n\n    # Define crawler.\n    class MyCrawler(Crawler):\n\n        selector_listing_next: str = '.page-next a'\n        selector_listing_thumbnails: str = '.thumbnail img'\n        selector_details: str = '.page-details a'\n        selector_details_title: str = '.page-title'\n        selector_details_img: str = '.image img'\n        selector_details_author: str = '.image-author'\n\n    # Run dumping.\n    dump(\n        crawler=MyCrawler,\n        url='https://mysite.some/gallery/',\n        fpath='dumped.html',\n        probe=True,  # Use this to quick test your crawler\n    )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fgallerycrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidlesign%2Fgallerycrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidlesign%2Fgallerycrawler/lists"}