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
- Host: GitHub
- URL: https://github.com/pborzenkov/tg-bot-transmission
- Owner: pborzenkov
- License: mit
- Created: 2020-04-29T16:12:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T17:52:53.000Z (over 4 years ago)
- Last Synced: 2026-02-18T23:20:34.864Z (4 months ago)
- Topics: telegram, telegram-bot, torrent, transmission
- Language: Go
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```