{"id":27942059,"url":"https://github.com/secretdeveloperisme/comic-crawler","last_synced_at":"2025-07-21T10:04:10.398Z","repository":{"id":270192022,"uuid":"909588094","full_name":"secretdeveloperisme/comic-crawler","owner":"secretdeveloperisme","description":"comic crawler","archived":false,"fork":false,"pushed_at":"2025-01-01T14:02:57.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T11:33:10.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secretdeveloperisme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-12-29T06:58:03.000Z","updated_at":"2025-01-01T14:03:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9597f92-e062-4cb7-9601-711987cba08b","html_url":"https://github.com/secretdeveloperisme/comic-crawler","commit_stats":null,"previous_names":["secretdeveloperisme/comic-crawler","linhplus/comic-crawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/secretdeveloperisme/comic-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fcomic-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fcomic-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fcomic-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fcomic-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secretdeveloperisme","download_url":"https://codeload.github.com/secretdeveloperisme/comic-crawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretdeveloperisme%2Fcomic-crawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278321,"owners_count":23904039,"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":[],"created_at":"2025-05-07T11:26:07.753Z","updated_at":"2025-07-21T10:04:10.379Z","avatar_url":"https://github.com/secretdeveloperisme.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comic Website Crawler \n\n## Motivation\n\nWhen reading comics on a website, I encounter numerous visible and hidden advertisements. \nAdditionally, each chapter has few images. To address these inconveniences, I created a small program that crawls content from multiple chapters and displays the output in a single HTML file.\n## How to use the program \n### 1. Starting Image Proxy server\nBecause the target server restricts requests from untrusted hosts, it uses the `Referer` header to validate the request. However, the browser has a policy preventing modification of the `Referer` header before sending a request.\nTherefore, I used an HTTP proxy server to modify and forward the request to the target server.\n\n#### Execute the command to run server \n```bash\njava -jar .\\imageproxy-1.0.0.jar\n```\n\n### 2. Crawling content of chapters  \nThe server uses a rate-limiting method to prevent large-scale crawling of comic content.\nTherefore, in the program, I have to limit the number of requests sent and retry sending a request if it detects too many requests. \n#### Execute the command to start crawler program\n```bash\njava -jar .\\comic-crawler-1.0-jar-with-dependencies.jar --start 1 --end 10\n```\n**How to use the crawler program**\n```bash\nUsage: ComicCrawler\n -e,--end \u003carg\u003e     end chapter number\n -s,--start \u003carg\u003e   start chapter number\n ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretdeveloperisme%2Fcomic-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretdeveloperisme%2Fcomic-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretdeveloperisme%2Fcomic-crawler/lists"}