π SeerrBridge is a browser automation tool that integrates Jellyseer/Overseerr with Debrid Media Manager. It listens to movie requests via Overseerr webhook. It automates the torrent search and download process using Debrid Media Manager via browser automation, which in turn, gets sent to Real-Debrid. This streamlines your media management, making it fast and efficient.
π οΈ Why SeerrBridge?
SeerrBridge eliminates the need to set up multiple applications like Radarr, Sonarr, Jackett, FlareSolverr, and other download clients. With SeerrBridge, you streamline your media management into one simple, automated process. No more juggling multiple toolsβjust request and download!
Simply put, I was too lazy to set up all of these other applications (arrs) and thought.... I want this instead.
- Automated Movie Requests: Automatically processes movie requests from Overseerr and fetches torrents from Debrid Media Manager.
- Debrid Media Manager Integration: Uses DMM to automate (via browser) torrent search & downloads.
- Persistent Browser Session: Keeps a browser session alive using Selenium, ensuring faster and more seamless automation.
- Queue Management: Handles multiple requests with an asynchronous queue, ensuring smooth processing.
- Error Handling & Logging: Provides comprehensive logging and error handling to ensure smooth operation.
- Setting Custom Regex / Filter in Settings: Upon launch, the script with automate the addition of a regex filter which can be updated in code.
Service | Status | Notes |
---|---|---|
List Sync | β | Our other Seerr app for importing lists |
Jellyseerr | β | Main integration. Supports movie requests via webhook |
Overseerr | β | Base application Jellyseerr is based on |
Debrid Media Manager | β | Torrent fetching automation |
Real-Debrid | β | Unrestricted (torrent) downloader |
SuggestArr | β | Automatically grab related content and send to Jellyseerr/Overseerr |
Before you can run this script, ensure that you have the following prerequisites:
-
SeerrBridge should be running on the same machine that Jellyseerr / Overseerr is running on.
-
You will navigate to Settings > Notifications > Webhook > Turn it on, and configure as shown below
http://localhost:8000/jellyseer-webhook/
- You will need a valid Real-Debrid account to authenticate and interact with the Debrid Media Manager.
- The Debrid Media Manager Access token, Client ID, Client Secret, & Refresh Tokens are used and should be set within your .env file. Grab this from your browser via Inspect >
This is what you want to copy from your local storage and set in your .env:
{"value":"your_token","expiry":123} | YOUR_CLIENT_ID | YOUR_CLIENT_SECRET | YOUR_REFRESH_TOKEN
- ChromeDriver is required to automate browser tasks using Selenium.
- Ensure that the version of ChromeDriver matches your installed version of Google Chrome.
- Download it manually and provide the path in your
.env
file.
- Download it manually and provide the path in your
- Ensure that the version of ChromeDriver matches your installed version of Google Chrome.
- The bot requires Python 3.10.11 or higher. You can download Python from here.
- You can install the required libraries by running:
pip install -r requirements.txt
Create a .env
(or rename the example .env) file in the root directory of the project and add the following environment variables:
CHROMEDRIVER_PATH=path-to-chromedriver
RD_ACCESS_TOKEN={"value":"YOUR_TOKEN","expiry":123456789}
TRAKT_API_KEY=YOUR_TRAKT_TOKEN
OVERSEERR_API_KEY=YOUR_OVERSEERR_TOKEN
OVERSEERR_BASE=https://YOUR_OVERSEERR_URL.COM
Configure your webhook as mentioned above so SeerrBridge can ingest and process approval requests.
- Clone the repository:
git clone https://github.com/Woahai321/SeerrBridge.git cd SeerrBridge
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python seerrbridge.py
- Faster Processing: Implement concurrency to handle multiple requests simultaneously.
- TV Show Support: Extend functionality to handle TV series and episodes.
- DMM Token: Ensure access token permanence/refresh
- Jellyseer/Overseer API Integration: Direct integration with Jellyseer/Overseer API for smoother automation and control.
- Title Parsing: Ensure torrent titles/names are properly matched and handle different languages.
- Seerr Webhook: SeerrBridge listens for movie requests via the configured webhook.
- Automated Search: It uses Selenium to automate the search for movies on Debrid Media Manager site.
- Torrent Fetching: Once a matching torrent is found, SeerrBridge automates the Real-Debrid download process.
- Queue Management: Requests are added to a queue and processed one by one, ensuring smooth and efficient operation.
If you want to see the automation working in real-time, you can edit the code and add a # to the headless line
This will launch a visible Chrome browser. Be sure not to mess with it while it's operating or else you will break the current action/script and need a re-run.
Example:
Have any questions or need help? Feel free to open an issue or connect with us on LinkedIn.
We welcome contributions! Hereβs how you can help:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Submit a pull request for review.
If you find SeerrBridge useful and would like to support its development, consider making a donation:
- BTC (Bitcoin):
bc1qxjpfszwvy3ty33weu6tjkr394uq30jwkysp4x0
- ETH (Ethereum):
0xAF3ADE79B7304784049D200ea50352D1C717d7f2
Thank you for your support!
This project is licensed under the MIT License.
This repository and the accompanying software are intended for educational purposes only. The creators and contributors of this project do not condone or encourage the use of this tool for any illegal activities, including but not limited to copyright infringement, illegal downloading, or torrenting copyrighted content without proper authorization.
- SeerrBridge is designed to demonstrate and automate media management workflows. It is the user's responsibility to ensure that their usage of the software complies with all applicable laws and regulations in their country.
- The tool integrates with third-party services which may have their own terms of service. Users must adhere to the terms of service of any external platforms or services they interact with.
- The authors and contributors of this project are not liable for any misuse or claims that arise from the improper use of this software. You are solely responsible for ensuring that your use of this software complies with applicable copyright laws and other legal restrictions.
- We do not provide support or assistance for any illegal activities or for bypassing any security measures or protections.
This tool is provided as-is, for educational purposes, and to help users automate the management of their own legally obtained media. It is not intended to be used for pirating or distributing copyrighted material without permission.
If you are unsure about the legality of your actions, you should consult with a legal professional before using this software.