https://github.com/dolohow/tdpt
Torrent downloading progress on Telegram
https://github.com/dolohow/tdpt
bot deluge rtorrent telegram torrent torrents transmission
Last synced: 5 months ago
JSON representation
Torrent downloading progress on Telegram
- Host: GitHub
- URL: https://github.com/dolohow/tdpt
- Owner: dolohow
- License: gpl-3.0
- Created: 2018-05-14T10:06:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T21:27:58.000Z (about 5 years ago)
- Last Synced: 2025-10-30T16:57:53.273Z (8 months ago)
- Topics: bot, deluge, rtorrent, telegram, torrent, torrents, transmission
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 32
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TDPT
====
Torrent downloading progress on Telegram

## Features
* Support for the most popular torrent clients `Transmission`, `rTorrent` and `deluge`
* Easy configuration
* Uploading new torrent - just send torrent file to chat
## Installation
### Docker
Download config file and edit it for your needs
```bash
wget https://raw.githubusercontent.com/dolohow/tdpt/master/config/tdpt.ini
```
```bash
podman run -d \
--name tdpt \
-v PATH_TO_DIR_WITH_TDPT_INI:/config \
dolohow/tdpt
```