Skip to content

This bot can control qbittorrent easily from Telegram! You can add magnet or torrent files, have a list of active downloads, delete, pause and restart downloads.

License

Notifications You must be signed in to change notification settings

Munnipopz/QBittorrentBot

This branch is 151 commits behind ch3p4ll3/QBittorrentBot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
mattia
Aug 26, 2020
c2b7cfb · Aug 26, 2020

History

42 Commits
Dec 27, 2019
Jun 29, 2020
Dec 27, 2019
Jun 12, 2020
Jun 30, 2020
Jun 30, 2020
Aug 26, 2020
Aug 26, 2020
Aug 15, 2020
Jun 11, 2020

Repository files navigation

Codacy Badge

QBittorrentBot

With this bot telegram you can manage your qbittorrent with a few simple clicks. Thanks to botogramQBittorrent you can have a list of all the files in download / upload, add torrents and magnets (You can add more magnets at a time by simplifying each link with a space, a comma and another space es. magnet:?xt= , magnet:?xt= , ...), pause, resume and delete the files.

Installation

To use the bot you will need the "qbittorrent-api" library and the "botogram2" library and active the QBittorrent web UI interface

pip install -r requirements.txt

Configuration

Edit the login.json file by putting the address, port, username and password of the Qbittorrent web UI. Also change the id authorized to use the bot and the token taken from botfather. Change line 9 by putting your Telegram username.

How to enable the qBittorrent Web UI

On the menu bar, go to Tools > Options qBittorrent WEB UI

  • In the new window, choose Web UI option
  • Check the Enable the Web User Interface (Remote control) option
  • Choose a port (by default 8080)
  • Set username and password (by default username: admin / password: adminadmin)

Click on Ok to save settings.

About

This bot can control qbittorrent easily from Telegram! You can add magnet or torrent files, have a list of active downloads, delete, pause and restart downloads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Dockerfile 2.1%