{"id":25534377,"url":"https://github.com/oglinuk/goccer","last_synced_at":"2025-07-06T23:33:52.762Z","repository":{"id":57557723,"uuid":"201806144","full_name":"oglinuk/goccer","owner":"oglinuk","description":"Go Concurrent Crawler Library","archived":false,"fork":false,"pushed_at":"2021-12-22T00:16:13.000Z","size":1309,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-29T09:18:11.893Z","etag":null,"topics":["concurrency","crawler","go","library"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oglinuk.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-08-11T19:23:58.000Z","updated_at":"2022-01-05T14:32:15.000Z","dependencies_parsed_at":"2022-08-28T10:20:28.753Z","dependency_job_id":null,"html_url":"https://github.com/oglinuk/goccer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oglinuk%2Fgoccer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oglinuk%2Fgoccer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oglinuk%2Fgoccer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oglinuk%2Fgoccer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oglinuk","download_url":"https://codeload.github.com/oglinuk/goccer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768930,"owners_count":19693764,"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":["concurrency","crawler","go","library"],"created_at":"2025-02-20T03:19:15.532Z","updated_at":"2025-02-20T03:19:15.977Z","avatar_url":"https://github.com/oglinuk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goccer\n\nGo concurrent crawler(s) library\n\n## Usage\n\n```Go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/oglinuk/goccer\"\n)\n\nfunc main() {\n\twp := goccer.NewWorkerpool()\n\n\tcollected := wp.Queue([]string{\"https://fourohfournotfound.com\"})\n\n\tfor _, c := range collected {\n\t\tlog.Println(c)\n\t}\n}\n```\n\n## Examples\n\nSee [examples](examples) directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foglinuk%2Fgoccer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foglinuk%2Fgoccer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foglinuk%2Fgoccer/lists"}