Skip to content

datawhores/empuploader

Repository files navigation

This script automates the process of uploading

https://github.com/excludedBittern8/empuploader/wiki/Uploading-Torrents

Requirements

  • Python 3.6 or higher

Install

Linux

  • git clone https://github.com/excludedBittern8/empuploader
  • cd empuploader
  • python3 -m pip install --user virtualenv
  • python3 -m venv env
  • source env/bin/activate
  • which python -> should be the virtualenv
  • pip3 install -r requirements.txt
  • pip install imageio[ffmpeg]
  • on Linux you may need to chmod + x -R ./bin/ to give permission to the binaries in that folder
  • deactivate -> Do this after installing the requirements

Chrome

Manually Install of a current chromium binary requires sudo Alternatively you can allow empuploader to install a hardcoded version of chromium automatically

  • pip install playwright
  • playwright install chromium

Don't have sudo?

Don't worry the script will auto download a portable version of chromium for you

Windows

  • git clone https://github.com/excludedBittern8/empuploader
  • cd empuploader
  • git clone ​
  • py -3 -m pip install --user virtualenv
  • py -3 -m venv env
  • .\env\Scripts\activate
  • which python -> should be the virtualenv
  • py -3 -m pip install -r requirements.txt
  • pip install imageio[ffmpeg]
  • playwright install chromium
  • deactivate -> Do this after installing the requirements

Running the program

Setup

  • cd /empuploader
  • source env/bin/activate -> on linux or .\env\Scripts\activate -> on windows

Modes

There are 4 Modes you can run

  • prepare mode: scans a folder/ file and prepares the data required for upload. Manditory step
  • edit mode: Edit details of an upload
  • preview mode: Preview an upload before upload
  • upload mode: upload a torrent

command/args

Please read the wiki for example commands and how to run: https://github.com/excludedBittern8/empuploader/wiki

Please read the following for arguments to pass https://github.com/excludedBittern8/empuploader/wiki/commands-and-args

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages