Scans files cached on Torbox and outputs hashes of cached files ready to be added. Default input is dmm.json (json backup from DMM)
curl -s https://raw.githubusercontent.com/Reasonable-Grape2698/torbox_dmm_availability_scanner/refs/heads/main/script.sh | bash -s -- -a (APIKEY)
Flag | Description |
---|---|
-a | Required API Key |
-o | Output file (default output.txt) |
-i | Input file (Default dmm.json) |
Has the code to add the torrent(s) to Torbox, though this kept API limiting. Add script is seperate due to this.
Add torrents:
curl -s https://raw.githubusercontent.com/Reasonable-Grape2698/torbox_dmm_availability_scanner/refs/heads/main/add.sh | bash -s -- -a (APIKEY)