Skip to content

K4Li/tbot

Repository files navigation

UNIT3D auto upload

Automatically parse, rename, and upload torrents to trackers using the UNIT3D codebase

Supported sites:

Basic setup:

  1. Clone / download this repository

  2. Install necessary packages pip3 install -r requirements.txt

  3. Rename config.env.sample to config.env

  4. Fill out the required values in config.env

  5. Ensure you have mediainfo & ffmpeg installed on your system

  6. Run the script using Python3


Things to note:

  1. We use TMDB API for all things media related (Title, Year, External IDs, etc)
  2. If you provide the IMDB ID via -imdb, you must include the 'tt' that precedes the numerical ID
  3. If you're trying to pass in a file as an arg, you may find autocomplete isn't working. Do this to fix it
    • (What I mean by autocomplete is when you double hit Tab, and the filename/folder gets automatically filled in)
    • chmod u+x auto_upload.py
    • run script using ./auto_upload.py -t etc -p /path/to/file/autocompletes.now
  4. A folder called temp_upload will be created which will store the files:
    • description.txt mediainfo.txt *.torrent

Wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published