SuperNG6 / Docker-qBittorrent-Enhanced-Edition

Docker-qBittorrent-Enhanced-Edition

Home Page:https://hub.docker.com/r/superng6/qbittorrentee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请教下如何用Discord的webhook功能来实现下载完成通知?

zzz6839 opened this issue · comments

根据网上找来的方法运用“Torrent 完成时运行外部程序”这个功能调用curl来发送消息失败,想问下有没有其他(discord,telegram)实现通知下载完成的方法(除了邮箱)?因为我是docker放在NAS上面的,一直查看的话不方便。

curl -H "Content-Type: application/json" -X POST -d '{"username": "qbittorrent", "content": "Torrent %N (%Z bytes) in category %L has finished downloaded to %F"}' https://discord.com/api/webhooks/your discord webhook keys

这个我也没有研究过,不过之前试过搭配bark,但是失败了,就没折腾了