{"id":20855708,"url":"https://github.com/autobrr/distribrr","last_synced_at":"2025-08-01T20:41:35.825Z","repository":{"id":217294580,"uuid":"732772757","full_name":"autobrr/distribrr","owner":"autobrr","description":"An orchestrator for distributed download of torrents","archived":false,"fork":false,"pushed_at":"2025-05-01T14:25:08.000Z","size":153,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-12T20:54:47.475Z","etag":null,"topics":["autobrr","automation","docker","golang","qbittorrent","self-hosted","torrent"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autobrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"zze0s"}},"created_at":"2023-12-17T19:23:54.000Z","updated_at":"2025-03-14T23:05:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a8012cb-92d6-4c8b-a07a-99f116d1a818","html_url":"https://github.com/autobrr/distribrr","commit_stats":null,"previous_names":["autobrr/distribrr"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/autobrr/distribrr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fdistribrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fdistribrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fdistribrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fdistribrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autobrr","download_url":"https://codeload.github.com/autobrr/distribrr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fdistribrr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268293716,"owners_count":24227536,"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-08-01T02:00:08.611Z","response_time":67,"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":["autobrr","automation","docker","golang","qbittorrent","self-hosted","torrent"],"created_at":"2024-11-18T04:20:45.775Z","updated_at":"2025-08-01T20:41:35.674Z","avatar_url":"https://github.com/autobrr.png","language":"Go","funding_links":["https://github.com/sponsors/zze0s"],"categories":[],"sub_categories":[],"readme":"# distribrr\n\n        ·▄▄▄▄  ▪  .▄▄ · ▄▄▄▄▄▄▄▄  ▪  ▄▄▄▄· ▄▄▄  ▄▄▄  \n        ██▪ ██ ██ ▐█ ▀. •██  ▀▄ █·██ ▐█ ▀█▪▀▄ █·▀▄ █·\n        ▐█· ▐█▌▐█·▄▀▀▀█▄ ▐█.▪▐▀▀▄ ▐█·▐█▀▀█▄▐▀▀▄ ▐▀▀▄\n        ██. ██ ▐█▌▐█▄▪▐█ ▐█▌·▐█•█▌▐█▌██▄▪▐█▐█•█▌▐█•█▌\n        ▀▀▀▀▀• ▀▀▀ ▀▀▀▀  ▀▀▀ .▀  ▀▀▀▀·▀▀▀▀ .▀  ▀.▀  ▀\n\ndistribrr is a companion to autobrr to distribute downloads across multiple servers.\n\n- Single binary that can run as either agent or server\n- Supported clients: qBittorrent\n- Read filesystem\n\n## Server\n\nYou need to run one server that manages agents.\n\n### Run\n\n    distribrr server run\n\n## Agent\n\nThe agent runs on remote servers alongside the torrent clients and has access to the filesystem.\n\n### Run\n\n    distribrr agent run\n\n## Autobrr usage\n\nTo use with autobrr set up a new action of type `Webhook` and use the following:\n\n1. Endpoint: `http://localhost:7422/api/v1/tasks?apikey=YOUR_SECRET_TOKEN`\n\n2. Payload:\n    ```json\n    {\n      \"download_url\": \"{{ .DownloadUrl }}\",\n      \"name\": \"{{ .TorrentName }}\",\n      \"max_replicas\": 2,\n      \"category\": \"race\",\n      \"tags\": \"race,distribrr\",\n      \"indexer\": \"{{ .IndexerName }}\",\n      \"labels\": {\n        \"region\": \"test\"\n      }\n    }\n    ```\n\n## Flow\n\n    announce -\u003e autobrr -\u003e filters -\u003e actions -\u003e distribrr\n                                                    \\  \\\n                                                     \\  + agent -\u003e torrent client(s)\n                                                      + agent -\u003e torrent client(s)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautobrr%2Fdistribrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautobrr%2Fdistribrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautobrr%2Fdistribrr/lists"}