JohnDoee / thomas

Thomas allows parallel http downloads and is an alternative to Axel (and other stuff!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thomas

Thomas is many things, among them:

  • A framework to build a streaming platform by inputting, processing and outputting files.
  • A segmented downloader that makes it possible to play file while downloading.

Note: CLI is currently somewhat broken

Install

From pypi (stable):

pip install thomas

From GitHub (develop):

virtualenv thomas-env
thomas-env/bin/pip install git+https://github.com/JohnDoee/thomas.git

Upgrade from previous version

Upgrading from Github (develop)

thomas-env/bin/pip install git+https://github.com/JohnDoee/thomas.git --upgrade --force-reinstall

Instructions

Start by installing.

Then get downloading

thomas http://rbx.proof.ovh.net/files/100Mio.dat

See more commands by looking at thomas -h

License

MIT, see LICENSE

About

Thomas allows parallel http downloads and is an alternative to Axel (and other stuff!)

License:MIT License


Languages

Language:Python 100.0%