{"id":16228414,"url":"https://github.com/nateshmbhat/torrento","last_synced_at":"2026-01-11T13:37:01.245Z","repository":{"id":56841399,"uuid":"200671309","full_name":"nateshmbhat/torrento","owner":"nateshmbhat","description":"A Dart package that wraps various Web Apis for controlling and managing torrent clients.","archived":false,"fork":false,"pushed_at":"2020-04-26T16:16:27.000Z","size":227,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T07:38:08.725Z","etag":null,"topics":["api-wrapper","bittorrent-client","dart","dart-package","qbittorrent","torrent-api"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/nateshmbhat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05T14:27:10.000Z","updated_at":"2024-10-31T15:22:35.000Z","dependencies_parsed_at":"2022-08-29T06:50:50.226Z","dependency_job_id":null,"html_url":"https://github.com/nateshmbhat/torrento","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftorrento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftorrento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftorrento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftorrento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nateshmbhat","download_url":"https://codeload.github.com/nateshmbhat/torrento/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244434807,"owners_count":20452262,"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":["api-wrapper","bittorrent-client","dart","dart-package","qbittorrent","torrent-api"],"created_at":"2024-10-10T12:55:18.413Z","updated_at":"2026-01-11T13:37:01.234Z","avatar_url":"https://github.com/nateshmbhat.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"150\" src=\"https://i.imgur.com/j7KnjvG.png\"/\u003e\n\u003c/p\u003e\n\n# Torrento\n\n**Torrento** is an api wrapper for many popular torrent clients and helps in **remotely controlling** and **managing torrent clients**.\n\n\n## Features : \n+ Login to your torrent client remotely and control it.\n\n+ Browse your active torrents.\n+ Start , Stop , Pause and Resume your torrents.\n+ Get information and Stats on all your torrents.\n+ **Add** new torrents or **Remove** existing ones.\n+ **Get** and **Set** individual torrent properties.\n+ Setting upload and download speed limits.\n+ Some torrent client specific features like : \n    + Get and Set **Save Path** of torrents.\n\n    + Shutdown application\n    + Control torrent peers , trackers  , transfer info\n    + Control priority of torrents , individual files.\n    + Create or Remove **Tags** and **Categories**\n\n### Supported Torrent Clients : \n+ \u0026mu;Torrent\n+ BitTorrent\n+ qBittorrent\n\n\n## Installation : \nAdd the `torrento` package as dependency in your `pubspec.yaml`\n\n```dart\ndependencies:\n  torrento:\n```\n\n## Usage :\n\nHere's a sample of some of the methods that are available to use.\n\n#### Small Example : \n\n```dart\nimport 'package:torrento/torrento.dart';\n\nQbitTorrentController obj = QbitTorrentController('192.168.0.101' , 8080) ; \nawait obj.logIn('username' , 'password') ; \n\nawait obj.addTorrent('magnet:?xt=urn:btih:0d18397945bcc9f495818aa2c823ab167dc8da5c\u0026dn=The.Lion.King.2019.1080p.BluRay.H264.AAC-RARBG') ; \n\nvar torrents = await obj.getTorrentsList(filter: TorrentFilter.paused) ; \n\ntorrents.forEach((t)=\u003eprint('${t['name']} : ${t['hash']}')) ; \n\nprint(\"Starting all torrents\") ;\nawait obj.startAllTorrents() ; \n\nprint(await obj.getVersion()) ; \n\nawait obj.logOut() ; \n\n```\n\n## Links : \n+ [Torrento Docs](https://pub.dev/documentation/torrento/latest/torrento/torrento-library.html)\n+ [Pub Dev Site](https://pub.dev/packages/torrento)\n+ [Home Page](https://github.com/nateshmbhat/torrento)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateshmbhat%2Ftorrento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnateshmbhat%2Ftorrento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateshmbhat%2Ftorrento/lists"}