Skip to content

bacchilega/qBittorrent-plugins-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

qBittorrent Plugins Scraper 🧲

VERSION: 1.0

AUTHORS: bacchilega


🛠️ What is this?

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.


📦 How to Use It

  1. Install the Required Libraries
    Make sure Python is installed on your machine. Then install requests and beautifulsoup4 using pip:

    pip install requests beautifulsoup4
  2. Clone the Repository
    Clone this repository to your local machine:

    git clone <https://github.com/bacchilega/qBittorrent-plugins-scraper/>
  3. Run the Script
    Navigate to the project directory and execute the script:

    python app.py
  4. 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.


⚠️ Important Notes

This script is for educational purposes only. Always respect the terms of service of the websites you scrape. Use responsibly.


📜 License

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.


🤔 Why Did I Build This?

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. 😊

About

Simple qbittorrent plug-ins scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages