{"id":19084353,"url":"https://github.com/coghost/roddy","last_synced_at":"2026-05-24T01:30:17.812Z","repository":{"id":175826791,"uuid":"650521318","full_name":"coghost/roddy","owner":"coghost","description":"colly liked crawler with go-rod(chromium) as backend.","archived":false,"fork":false,"pushed_at":"2024-02-19T10:35:17.000Z","size":118,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T21:20:00.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coghost.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":"2023-06-07T08:43:32.000Z","updated_at":"2023-06-27T03:32:59.000Z","dependencies_parsed_at":"2024-02-24T21:15:17.067Z","dependency_job_id":null,"html_url":"https://github.com/coghost/roddy","commit_stats":null,"previous_names":["coghost/roddy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coghost%2Froddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coghost%2Froddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coghost%2Froddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coghost%2Froddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coghost","download_url":"https://codeload.github.com/coghost/roddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240136991,"owners_count":19753645,"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":"2024-11-09T02:51:01.341Z","updated_at":"2026-05-24T01:30:17.681Z","avatar_url":"https://github.com/coghost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roddy\n\n## Example\n\n```go\nfunc main() {\n\tc := roddy.NewCollector()\n\n\t// Find and visit all links\n\tc.OnHTML(\"a[href]\", func(e *roddy.HTMLElement) {\n\t\te.Request.Visit(e.Attr(\"href\"))\n\t})\n\n\tc.OnRequest(func(r *roddy.Request) {\n\t\tfmt.Println(\"Visiting\", r.URL)\n\t})\n\n\tc.Visit(\"http://go-colly.org/\")\n}\n```\n\nSee [examples folder](https://github.com/coghost/roddy/tree/main/examples) for more detailed examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoghost%2Froddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoghost%2Froddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoghost%2Froddy/lists"}