Skip to content

andrewbawitlung/qbittorrent-telegram-notification-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

qbittorrent Telegram Notification Windows

Sends a notification to your Telegram when a download is completed in qbittorrent on Windows.

pre-requisite:

  • Create a bot using BotFather in telegram

    https://t.me/BotFather

  • You will need to install python

  • Install requests from cmd

    pip install requests

Instructions:

  1. Download notify.py and save it in ur preferred directory

    eg. C:\notify.py

  2. Enter your bot_token and chat_id on the notify.py.

    • Use BotFather to get your bot_token and chat_id
  3. Open Qbittorrent and go to Settings>Downloads scroll down and tick Run on torrrent finished

  4. Enter cmd.exe /C <notify.py location>

    eg. cmd.exe /C C:\notify.py

  5. Done

About

Sends a notification to your Telegram when a download is completed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages