× Use Easybots Studio to download and use the bots from this app

App

uTorrent App

Free

Description

An Easybots App for manipulating with torrents using uTorrent Client. Use this app to easly download, pause, stop, delete, get notification when downloading of torrent is finished and many more.

Author

Martin N.1

Version

2.1.30.0

Available bots in this app

TorrentBot
Triggers
OnDownloadFinished

Returns

  • torrent name : String
Actions
StartDownloading

Inputs

Returns

StopDownloading

Inputs

Returns

PauseDownloading

Inputs

Returns

DeleteTorrent

Inputs

Returns

GetDownloadSpeedInMb

Inputs

Returns

  • download speed : Double
GetNumberOfConnectedSeeds

Inputs

Returns

  • connected seeds : Int32
GetProgress

Inputs

Returns

  • progress : Double
GetTorrentSizeInMb

Inputs

Returns

  • size : Double
uTorrentClientBot
Triggers
OnDownloadFinished

Returns

  • torrent name : String
Actions
DownloadTorrent

Inputs

  • DataModel : SerializableFile

Returns

GetTorrentNames

Inputs

Returns

  • torrentNames : String[]
StartDownloadingByTorrentName

Inputs

  • torrentName : String

Returns

StopDownloadingByTorrentName

Inputs

  • torrentName : String

Returns

PauseDownloadingByTorrentName

Inputs

  • torrentName : String

Returns

DeleteTorrentByTorrentName

Inputs

  • torrentName : String

Returns

GetProgressByTorrentName

Inputs

  • torrentName : String

Returns

  • return : Double