{"id":20718555,"url":"https://github.com/5rahim/go-qbit","last_synced_at":"2026-06-04T11:31:24.889Z","repository":{"id":261638825,"uuid":"884894588","full_name":"5rahim/go-qbit","owner":"5rahim","description":"Wrapper for qBittorrent Web API.","archived":false,"fork":false,"pushed_at":"2024-11-23T14:33:59.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-16T03:57:41.476Z","etag":null,"topics":["go","golang","qbittorrent-api"],"latest_commit_sha":null,"homepage":"","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/5rahim.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-07T15:22:56.000Z","updated_at":"2025-12-31T08:48:21.000Z","dependencies_parsed_at":"2024-11-07T16:55:44.465Z","dependency_job_id":null,"html_url":"https://github.com/5rahim/go-qbit","commit_stats":null,"previous_names":["5rahim/go-qbit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/5rahim/go-qbit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rahim%2Fgo-qbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rahim%2Fgo-qbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rahim%2Fgo-qbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rahim%2Fgo-qbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5rahim","download_url":"https://codeload.github.com/5rahim/go-qbit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5rahim%2Fgo-qbit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["go","golang","qbittorrent-api"],"created_at":"2024-11-17T03:13:59.162Z","updated_at":"2026-06-04T11:31:24.849Z","avatar_url":"https://github.com/5rahim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-qbit\n\nWrapper for [qBittorrent Web API](https://github.com/qbittorrent/qBittorrent/wiki/#login) (\u003e v3.1.x)\n\nForked from [KnutZuidema/go-qbittorrent](https://github.com/KnutZuidema/go-qbittorrent)\n\n\n### Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\tqbittorrent \"github.com/5rahim/go-qbit\"\n)\n\nfunc main() {\n\tclient := qbittorrent.NewClient(\u0026qbittorrent.NewClientOptions{\n\t\tUsername: \"\",\n\t\tPassword: \"\",\n\t\tPort:     8080,\n\t\tHost:     \"127.0.0.1\",\n\t\tBinaryPath: \"C:/Program Files/qBittorrent/qbittorrent.exe\",\n\t})\n\t\n\terr := client.Login()\n\tif err != nil {\n\t\tfmt.Printf(\"failed to login: %v\\n\", err)\n\t}\n\t\n\terr = client.Start()\n\tif err != nil {\n\t\tfmt.Printf(\"failed to start qBittorrent: %v\\n\", err)\n\t}\n}\n```\n\n\n### qBittorrent settings\n\n1. Go to `Options \u003e Web UI`\n2. Check the box for `Web User Interface (Remote Control)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5rahim%2Fgo-qbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5rahim%2Fgo-qbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5rahim%2Fgo-qbit/lists"}