Skip to content

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

Notifications You must be signed in to change notification settings

azulxzzz/qbittorrent_telegram_notification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Bash script here

Instructions:

  • Create a folder to put yout script

    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

  • Open the qbittorrent settings on web ui, go to options and add the script path

image

Note: You can access to the 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%