This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# fork by fltd/qbittorrent-slack-notify.sh | |
# | |
# this script is qBittorrent Discord Notify | |
# by taking | |
# A shell scirpt designed to be executed by qBittorrent's "Run external program on torrent completion" | |
# This scirpt will send a Discord notification using Discord's Incoming Webhooks with the information of completed torrent | |
# |