dolohow / tdpt

Torrent downloading progress on Telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDPT

Torrent downloading progress on Telegram

Screencast

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

wget https://raw.githubusercontent.com/dolohow/tdpt/master/config/tdpt.ini
podman run -d \
  --name tdpt \
  -v PATH_TO_DIR_WITH_TDPT_INI:/config \
  dolohow/tdpt

About

Torrent downloading progress on Telegram

License:GNU General Public License v3.0


Languages

Language:Python 98.4%Language:Dockerfile 1.6%