Skip to content

albegut/transmission-telegram-bot

 
 

Repository files navigation

Transmission Telegram Bot

Available commands

  • List of all features;
  • Torrent info - Get all details about a torrent;
  • Torrent control - Start, stop, delete, verify torrents;
  • Add torrent - From a .torrent file or from magnet url;
  • Select files to download
  • User whitelist

Demo

How to run?

The easiest way is to run docker container with docker-compose
Just fill in bot.env file and run docker-compose up -d

To run without docker clone repository and run these commands:

  • pip3 install -r requirements.txt
  • python3 -m transmission-telegram-bot

TO DO list:

  • Status notifications

About

Telegram bot to control your transmission deamon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Dockerfile 1.0%