Once one of my friend told me: "Why do you don't do a telegram bot to check torrent informations"
So here we are.
pip install "python-telegram-bot"
installs the Telegram librarypip install "qbittorrent_api"
installs the qBittorrent Web API
$ git clone https://github.com/BrandoDev/torrent_info_bot.git && pip install -r requirements.txt
- You have to create folders "files" and "logs"
- After the first start of the bot, you'll see a config.ini file
- Here you have to set up your Telegram Bot Token and something about your qBittorrent Web interface
You can use my telegram bot @TorrentInfo_Bot to check the features
This is only for educational purposes, no copyright infringement intended at all
Currently there isn't a To-Do list, but contributions of all sizes are welcome.