All Projects → BC44 → Cross-Seed-AutoDL

BC44 / Cross-Seed-AutoDL

Licence: MIT license
Scans files and finds cross-seedable torrents via Jackett

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cross-Seed-AutoDL

Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+1474.11%)
Mutual labels:  torrents, jackett
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+58.04%)
Mutual labels:  torrents, trackers
Jackett
API Support for your favorite torrent trackers
Stars: ✭ 6,690 (+5873.21%)
Mutual labels:  trackers, jackett
Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+1833.93%)
Mutual labels:  torrents
Gazelle
Stars: ✭ 186 (+66.07%)
Mutual labels:  torrents
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (-61.61%)
Mutual labels:  jackett
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (-71.43%)
Mutual labels:  torrents
Watcher
Stars: ✭ 137 (+22.32%)
Mutual labels:  torrents
deluge-updatorr
Deluge plugin for automatic torrents updates
Stars: ✭ 19 (-83.04%)
Mutual labels:  torrents
qbit manage
This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
Stars: ✭ 206 (+83.93%)
Mutual labels:  cross-seed
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (-71.43%)
Mutual labels:  torrents
Goirate
Pillaging the seven seas for torrents, pieces of eight and other bounty.
Stars: ✭ 20 (-82.14%)
Mutual labels:  torrents
Qbittorrent Controller
qBittorrent Controller - An Android app for controlling qBittorrent servers
Stars: ✭ 205 (+83.04%)
Mutual labels:  torrents
transmission
Interacts with Transmission with Node and promises 😚
Stars: ✭ 21 (-81.25%)
Mutual labels:  torrents
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (+65.18%)
Mutual labels:  torrents
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (-75%)
Mutual labels:  torrents
aria2-bt-tracker
auto update aria2 bt-tracker
Stars: ✭ 35 (-68.75%)
Mutual labels:  trackers
blocklists
An opinionated collection of blocklists for RethinkDNS.
Stars: ✭ 50 (-55.36%)
Mutual labels:  trackers
whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 288 (+157.14%)
Mutual labels:  trackers
cl-torrents
Searching torrents on popular trackers - CLI, readline, GUI, web client. Tutorial and binaries (issue tracker on https://gitlab.com/vindarel/cl-torrents/)
Stars: ✭ 83 (-25.89%)
Mutual labels:  torrents

Cross-Seed-AutoDL

Finds cross-seedable torrents for Movies and TV via Jackett. Parses existing files/folders in order to download matching torrents.

Requires minimum python 3.6

Requires Jackett

Copy exact string for the tracker that appears in the torznab feed URL in Jackett to use for the script

example img

Setup

Run pip3 install -r requirements.txt to install the required libraries

Usage

usage: CrossSeedAutoDL.py [-h] [-p] [-d delay] -i input_path -s save_path -u
                          jackett_url -k api_key [-t trackers]
                          [--ignore-history] [--strict-size]

Searches for cross-seedable torrents

optional arguments:
  -h, --help            show this help message and exit
  -p, --parse-dir       Optional. Indicates whether to search for the items inside
                        the input directory as individual releases
  -d delay, --delay delay
                        Pause duration (in seconds) between searches (default:
                        10)
  -i input_path, --input-path input_path
                        File or Folder for which to find a matching torrent
  -s save_path, --save-path save_path
                        Directory in which to store downloaded torrents
  -u jackett_url, --url jackett_url
                        URL for your Jackett instance, including port number
                        if needed
  -k api_key, --api-key api_key
                        API key for your Jackett instance
  -t trackers, --trackers trackers
                        Tracker(s) on which to search. Comma-separated if
                        multiple (no spaces). If ommitted, all trackers will
                        be searched.
  --ignore-history      Optional. Indicates whether to skip searches or downloads for files that have previously been searched/downloaded previously.
  --strict-size         Optional. Indicates whether to match torrent search
                        result sizes to exactly the size of the input path.

Examples:

If you're on Windows, use py like indicated below, otherwise replace py with python3 if you're on Linux/Mac.

(include -p flag) Conducts multiple searches: Runs a search for each of the input directory's child items. ie. If input path is a season pack that contains 10 files, a search will be conducted for each file (10 total searches)

py CrossSeedAutoDL.py -p -i "D:\TorrentClientDownloadDir\complete" -s "D:\DownloadedTorrents" -u "http://127.0.0.1:9117" -k "cb42579eyh4j11ht5sktjswq89t89q5t" -t blutopia

Search for a single item, a video file (omit -p flag)

py CrossSeedAutoDL.py -i "D:\TorrentClientDownloadDir\complete\My.Movie.2010.720p.mkv" -s "D:\DownloadedTorrents" -u "http://127.0.0.1:9117" -k "cb42579eyh4j11ht5sktjswq89t89q5t" -t blutopia,passthepopcorn

Search for a single item, a season pack (omit -p flag)

py CrossSeedAutoDL.py -i "D:\TorrentClientDownloadDir\complete\My.Show.Season.06.Complete" -s "D:\DownloadedTorrents" -u "http://127.0.0.1:9117" -k "cb42579eyh4j11ht5sktjswq89t89q5t" -t blutopia,broadcasthenet,morethantv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].