Sends a notification to your Telegram when a download is completed in qbittorrent on Windows.
-
Create a bot using BotFather in telegram
https://t.me/BotFather
-
You will need to install python
-
Install requests from cmd
pip install requests
-
Download notify.py and save it in ur preferred directory
eg.
C:\notify.py
-
Enter your bot_token and chat_id on the notify.py.
- Use BotFather to get your
bot_token
andchat_id
- Use BotFather to get your
-
Open Qbittorrent and go to Settings>Downloads scroll down and tick Run on torrrent finished
-
Enter cmd.exe /C <notify.py location>
eg.
cmd.exe /C C:\notify.py
-
Done