{"id":19598489,"url":"https://github.com/sphericalkat/arigo","last_synced_at":"2025-09-03T22:34:56.587Z","repository":{"id":59047142,"uuid":"533853196","full_name":"SphericalKat/arigo","owner":"SphericalKat","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T11:54:05.000Z","size":61,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T22:39:30.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SphericalKat.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,"zenodo":null}},"created_at":"2022-09-07T16:40:39.000Z","updated_at":"2022-09-07T16:40:55.000Z","dependencies_parsed_at":"2025-07-19T17:47:14.427Z","dependency_job_id":null,"html_url":"https://github.com/SphericalKat/arigo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SphericalKat/arigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Farigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Farigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Farigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Farigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SphericalKat","download_url":"https://codeload.github.com/SphericalKat/arigo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Farigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273523143,"owners_count":25120860,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T09:06:28.751Z","updated_at":"2025-09-03T22:34:56.568Z","avatar_url":"https://github.com/SphericalKat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arigo\n[![Build Status](https://github.com/SphericalKat/arigo/actions/workflows/build.yml/badge.svg)](https://github.com/SphericalKat/arigo/actions/workflows/build.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/SphericalKat/arigo)](https://goreportcard.com/report/github.com/SphericalKat/arigo)\n[![Documentation](https://godoc.org/github.com/github.com/SphericalKat/arigo?status.svg)](http://godoc.org/github.com/SphericalKat/arigo)\n\nA client library for the aria2 RPC interface.\n\nFeatures:\n- Complete implementation of all supported methods.\n- Bidirectional communication over WebSocket which makes it \npossible to receive events and know when a download has completed.\n\n\narigo currently doesn't start and manage the aria2c process for you.\nTo start aria2 use the following command:\n```bash\naria2c --enable-rpc --rpc-listen-all\n```\n\nIf aria2 is not installed then head on to\nhttps://aria2.github.io/ and follow the instructions there.\n\n## Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/SphericalKat/arigo\"\n)\n\nfunc main() {\n\tc, err := arigo.Dial(\"ws://localhost:6800/jsonrpc\", \"\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t\n\t// Download is a utility method which calls AddURI and \n\t// then waits for the download to complete\n\tstatus, err := c.Download(arigo.URIs(\"https://example.org/file\"), nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t\n\t// download complete\n\tfmt.Println(status.GID)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphericalkat%2Farigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsphericalkat%2Farigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphericalkat%2Farigo/lists"}