SuperNG6 / Docker-qBittorrent-Enhanced-Edition

Docker-qBittorrent-Enhanced-Edition
https://hub.docker.com/r/superng6/qbittorrentee
755 stars 77 forks source link

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

Closed zzz6839 closed 1 year ago

zzz6839 commented 3 years ago

根据网上找来的方法运用“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

SuperNG6 commented 3 years ago

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