Skip to content

Bash script that sends a message to the telegram bot after the transmission finishes downloading a torrent.

Notifications You must be signed in to change notification settings

rteixeirax/transmission-telegram-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Bash script that sends a message to the telegram bot after the transmission finishes downloading a torrent.

Bash script here

Instructions:

  • Put the script in a folder at your choice

  • Stop tansmission-deamon service

    sudo service transmission-daemon stop

  • Allow the execution of the script

    sudo chmod +rx transmission_telegram_notification.sh

  • Open the transmission-daemon settings file

    sudo nano /etc/transmission-daemon/settings.json

    Change the following:

     "script-torrent-done-enabled": true,
     "script-torrent-done-filename": "/your/script/path",
  • Save the changes and start the transmission-daemon service

    sudo service transmission-daemon start

Note: Those variables are inherited from Transmission

  • TR_APP_VERSION
  • TR_TIME_LOCALTIME
  • TR_TORRENT_DIR
  • TR_TORRENT_HASH
  • TR_TORRENT_ID
  • TR_TORRENT_NAME

About

Bash script that sends a message to the telegram bot after the transmission finishes downloading a torrent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages