AUTHORS: bacchilega
This is a Python script I created in 2022 while learning BeautifulSoup. Its purpose is to automate the process of downloading .py
search plugins for qBittorrent. Since there’s no straightforward way to get these plugins automatically, I decided to make it happen with a simple scraper.
-
Install the Required Libraries
Make sure Python is installed on your machine. Then installrequests
andbeautifulsoup4
using pip:pip install requests beautifulsoup4
-
Clone the Repository
Clone this repository to your local machine:git clone <https://github.com/bacchilega/qBittorrent-plugins-scraper/>
-
Run the Script
Navigate to the project directory and execute the script:python app.py
-
Install the Plugins in qBittorrent
Once the.py
files are downloaded, you can add them as plugins in qBittorrent. Follow the steps in this guide: Install search plugins.
This script is for educational purposes only. Always respect the terms of service of the websites you scrape. Use responsibly.
This project is licensed under the MIT License, meaning you’re free to use, modify, and share it. Just keep in mind that I’m not responsible for any issues that might arise from using it.
In 2022, while learning how to use BeautifulSoup, I realized there was no easy way to download search plugins for qBittorrent. So, I automated the process to save time and make life a little easier for everyone.
Enjoy, and feel free to share your feedback or improvements. 😊