A CLI agent for searching torrent and downloading it using qbittorrent.
- Python-3.6 or above
- BeautifulSoup or bs4
- pyperclip
- requests
- re
- selenium
- time
- qbittorrent
Clone or download it from github and install all the requirements. You can install them easily by this command pip3 install requirements.txt
or install one by one.
Open the WebUI setting page on qbittorrent
- Enable the Web User Interface(Remote Control) option.
- Set the username and password(by default it will be set to admin).
- Right click and open file
torrent_downloader.py
in your desired text editor, at line 7 replace theadmin
andpassword
with the username and password you set. - Save the file.
- Right click and open file
main.py
in your desired text editor, at line 4 put your desired output directory between the" "
. - Save the file.
This project is licensed under the MIT License.