rtelegram icon indicating copy to clipboard operation
rtelegram copied to clipboard

Control rTorrent via a Telegram bot

rTelegram

Manage your rTorrent through Telegram.

Install

Just download the appropriate binary for your OS, place rtelegram in your $PATH and you are good to go.

Or if you have Go installed: go get -u github.com/pyed/rtelegram

Requirements

Thanks to pyed/rtapi You don't need a complicated webserver setup, All you need is:

  • rTorrent compiled with the flag --with-xmlrpc-c. Which you probably already have.
  • scgi_port = localhost:5000 in your rtorrent.rc file.

And you should be good to go!

Wiki