Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyed/rtelegram

Control rTorrent via a Telegram bot
https://github.com/pyed/rtelegram

bots rtorrent telegram

Last synced: about 2 months ago
JSON representation

Control rTorrent via a Telegram bot

Awesome Lists containing this project

README

        

# rTelegram

#### Manage your rTorrent through Telegram.

## Install

Just [download](https://github.com/pyed/rtelegram/releases) 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](https://github.com/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

* [Getting started](https://github.com/pyed/rtelegram/wiki)
* [Commands](https://github.com/pyed/rtelegram/wiki/Commands)
* [How to get notifications](https://github.com/pyed/rtelegram/wiki/Notifications)