{"id":16553013,"url":"https://github.com/stangirard/crawlycolly","last_synced_at":"2025-03-04T18:28:01.762Z","repository":{"id":57745758,"uuid":"226428000","full_name":"StanGirard/CrawlyColly","owner":"StanGirard","description":"Website Crawler to extract all urls","archived":false,"fork":false,"pushed_at":"2020-04-20T20:59:58.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T02:58:30.844Z","etag":null,"topics":["colly","crawler","discover","golang","sitemap"],"latest_commit_sha":null,"homepage":"https://primates.dev","language":"Go","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/StanGirard.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-12-06T23:31:48.000Z","updated_at":"2023-08-03T06:25:31.000Z","dependencies_parsed_at":"2022-08-27T00:21:18.196Z","dependency_job_id":null,"html_url":"https://github.com/StanGirard/CrawlyColly","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/StanGirard%2FCrawlyColly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StanGirard%2FCrawlyColly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StanGirard%2FCrawlyColly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StanGirard%2FCrawlyColly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StanGirard","download_url":"https://codeload.github.com/StanGirard/CrawlyColly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241898361,"owners_count":20039100,"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":["colly","crawler","discover","golang","sitemap"],"created_at":"2024-10-11T19:46:48.926Z","updated_at":"2025-03-04T18:28:01.739Z","avatar_url":"https://github.com/StanGirard.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Fast Crawler\n\nThe purpose of this crawler is to get all the pages of a website very quickly\n\nIt uses the sitemaps of a website to discover the pages\nThe drawback is that if the pages aren't in the sitemap they won't be discovered.\nHowever, it is a very fast \u0026 efficient way to get thousands of pages in seconds.\n\n## Installation\n\n- Install Golang\n\n## Use the crawler\n\n- Create the folder `urls` with the command `mkdir urls`\n- Set the websites your want to crawl in a file like `urls_test`, one url per line\n- Compile with `go build *.go`\n- Run with `cat urls_test | ./crawl` or if not compiled `cat urls_test | go run *.go`\n- The websites' urls will be writen in urls_\u003cwww.yourwebsite.com\u003e.csv\n\nAt the end of your crawling if you want to merge all the files just run in the folder urls `for filename in $(ls *.csv); do sed 1d $filename \u003e\u003e ../final.csv; done`\n\n## Disclaimer\n\nPlease be advised that even if this crawler doesn't visit every pages of a website, it can be very intensive for large websites.\nFeel free to make pull request to improve the crawler\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstangirard%2Fcrawlycolly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstangirard%2Fcrawlycolly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstangirard%2Fcrawlycolly/lists"}