Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pyed/rtelegram
- Owner: pyed
- License: apache-2.0
- Created: 2017-05-06T22:11:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T01:22:16.000Z (over 4 years ago)
- Last Synced: 2024-08-02T16:37:14.160Z (5 months ago)
- Topics: bots, rtorrent, telegram
- Language: Go
- Size: 2.47 MB
- Stars: 43
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)