{"id":15945744,"url":"https://github.com/qianbinbin/moebooru-crawler","last_synced_at":"2026-07-09T01:31:56.794Z","repository":{"id":132901569,"uuid":"381082734","full_name":"qianbinbin/moebooru-crawler","owner":"qianbinbin","description":"Retrieve links of images from moebooru-based sites, like yande.re and konachan.com .","archived":false,"fork":false,"pushed_at":"2021-08-24T13:29:44.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T22:14:27.660Z","etag":null,"topics":["crawler","moebooru","shell"],"latest_commit_sha":null,"homepage":"https://binac.org/posts/moebooru-crawler/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qianbinbin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-28T15:40:50.000Z","updated_at":"2024-06-07T10:35:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"a360a36e-a1f2-4b00-a465-c8797a9396c0","html_url":"https://github.com/qianbinbin/moebooru-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qianbinbin/moebooru-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianbinbin%2Fmoebooru-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianbinbin%2Fmoebooru-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianbinbin%2Fmoebooru-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianbinbin%2Fmoebooru-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qianbinbin","download_url":"https://codeload.github.com/qianbinbin/moebooru-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qianbinbin%2Fmoebooru-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35283905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","moebooru","shell"],"created_at":"2024-10-07T09:06:05.368Z","updated_at":"2026-07-09T01:31:56.776Z","avatar_url":"https://github.com/qianbinbin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## moebooru-crawler\n\nRetrieve links of images from moebooru-based sites, like yande.re and konachan.com .\n\n## Usage\n\n```\nUsage: moebooru-crawler URL [ -n NUM, --num=NUM ]\n\n  -n NUM, --num=NUM         print NUM links of images,\n                            or print all if NUM is '0'\n```\n\nFeed the crawler a URL to retrieve links:\n\n```sh\n$ moebooru-crawler.sh \"https://yande.re/post?tags=coffee-kizoku+order%3Ascore\"\n```\n\nAll the links will be printed to stdout. Or you can redirect to a file:\n\n```sh\n$ moebooru-crawler.sh \"https://yande.re/post?tags=coffee-kizoku+order%3Ascore\" \u003e\u003elinks.txt\n```\n\nThen use aria2c or any tools you like to do downloads.\n\nUse `-n NUM` to print NUM links (only when the URL has more than one page, note that the crawler will start from first page):\n\n```sh\n$ moebooru-crawler.sh \"https://yande.re/post?page=2\u0026tags=coffee-kizoku\" -n 100  # \"page=2\" will be ignored\n```\n\nUse `-n 0` to get all links:\n\n```sh\n$ moebooru-crawler.sh \"https://yande.re/post?tags=coffee-kizoku\" -n 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqianbinbin%2Fmoebooru-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqianbinbin%2Fmoebooru-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqianbinbin%2Fmoebooru-crawler/lists"}