{"id":26518442,"url":"https://github.com/gigio1023/comic-crawler","last_synced_at":"2025-07-05T09:03:43.497Z","repository":{"id":43220665,"uuid":"231193324","full_name":"gigio1023/comic-crawler","owner":"gigio1023","description":"Comic crawler.","archived":false,"fork":false,"pushed_at":"2023-05-23T00:52:59.000Z","size":19408,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T09:47:58.584Z","etag":null,"topics":["beautifulsoup","crawler","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/gigio1023.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":"2020-01-01T08:43:03.000Z","updated_at":"2022-03-12T14:06:48.000Z","dependencies_parsed_at":"2024-11-27T19:16:49.838Z","dependency_job_id":null,"html_url":"https://github.com/gigio1023/comic-crawler","commit_stats":null,"previous_names":["gigio1023/comic-crawler"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gigio1023/comic-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigio1023%2Fcomic-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigio1023%2Fcomic-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigio1023%2Fcomic-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigio1023%2Fcomic-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gigio1023","download_url":"https://codeload.github.com/gigio1023/comic-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigio1023%2Fcomic-crawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715095,"owners_count":23500238,"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":["beautifulsoup","crawler","python3"],"created_at":"2025-03-21T09:44:16.307Z","updated_at":"2025-07-05T09:03:43.459Z","avatar_url":"https://github.com/gigio1023.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comic Cralwer\n\n\n## Windows-10-build\n\n- Copy \u0026 paste 'website.txt', 'setting.conf', 'header.json' to directory of 'windows-10'.\n    - If you want samples of files, contact to me.\n- If chromedriver doesn't work, update chrome and download chromedriver matched with your chrome version.\n- Run 'main.exe'.\n\n## Other OS build\n\nThis program can run in any machine that can install all requirments of this program. So, run with python or build executable file with pyinstaller.\n\n---\n\n## Run with python\n\n### Requirements\n- python3\n- chrome web driver from https://chromedriver.chromium.org/downloads\n- modules in requirements.txt\n- headers.json, setting.conf, website.txt\n  - If you want samples of files, contact to me.\n```\npip3 install -r requirements.txt\n```\n---\n### website.txt\n\n```\n1. how many\n2. website address\n3. next button, prev button(just write 'next', 'prev')\n4. comic name\n5. comic site\n```\n\n### Example of webisite.txt\n```\n1\nwww.example.com/1\nnext\ncomic_name\nhaha\n```\n---\n### headers.json\n\n```\n{\n    \"identifier of site \": {\n        \"User-Agent\": \"Names of User-Agent\"\n    },\n}\n```\n\n### Example of header.json\n```\n{\n    \"m\": {\n        \"User-Agent\": \"Mozilla/5.0\"\n    },\n}\n```\n---\n### setting.conf\n\n```\ncomic_site=site_names\nwindows_save_path=path\ndarwin_save_path=path\nlinux_save_path=path\nthumbnail=address_of_thumbnail\nunnecessary_string=address_of_unnecessary_string\n```\n\n### Example of setting.conf\n```\ncomic_site=haha,hoho\nwindows_save_path=C:\\\\a\\\\b\ndarwin_save_path=/home/user/a/b/\nlinux_save_path=/home/user/a/b/\nthumbnail=https://example_thumbnail\nunnecessary_string=https://example_unnecessary\n```\n\n### Run\n```\npython main.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigio1023%2Fcomic-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgigio1023%2Fcomic-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigio1023%2Fcomic-crawler/lists"}