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

https://github.com/pborzenkov/tg-bot-transmission

Telegram Bot that controls Transmission torrent client
https://github.com/pborzenkov/tg-bot-transmission

telegram telegram-bot torrent transmission

Last synced: 2 months ago
JSON representation

Telegram Bot that controls Transmission torrent client

Awesome Lists containing this project

README

          

# tg-bot-transmission
Telegram Bot that controls Transmission torrent client

## Installation

Either build from source:

```
go build ./cmd/bot
```

Or use prebuilt Docker images (`linux/amd64` and `linux/arm64`) available at:

```
ghcr.io/pborzenkov/tg-bot-transmission:latest
ghcr.io/pborzenkov/tg-bot-transmission:MAJOR:MINOR:PATCH
ghcr.io/pborzenkov/tg-bot-transmission:MAJOR:MINOR
ghcr.io/pborzenkov/tg-bot-transmission:MAJOR
```