Skip to content

rteixeirax/qbittorrent_telegram_notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

Instructions:

  • Create a folder to put the qbittorrent_telegram_notification.sh and bot_credentials.sh scripts

    sudo mkdir qbittorrent

  • Give all the permissions to that folder

    sudo chmod -R 777 /qbittorrent

  • Allow the execution of the script

    sudo chmod +rx qbittorrent_telegram_notification.sh sudo chmod +rx bot_credentials.sh

  • Open the qbittorrent settings on web UI, go to options, and add the script path along with the required parameters: /qbittorrent/qbittorrent_telegram_notification.sh “%N” “%Z”.

image

Note: You can access any additional parameters inside the script by $1, $2, and so on. (i.e: TORRENT_NAME="$1")

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages