mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 01:40:21 +00:00
cedefbc42b1f7798a6050a5dedc42fee7f6fa5fe
Abstracted remote and local filesystems into a System class. Transporter does the file transfering, simplified this code. Removes a lot of the error handling that was there in replacement of state that will be more resilient, predictable and less error-prone.
🚅 Transatlantic Torrent Express
Agent for transporting files from remote host.
Install
Download repo:
git clone https://github.com/kevinmidboe/transatlanticTorrentExpress
cd transatlanticTorrentExpress
Also setup to require delugeClient to remove after transfered. Install the package using pip command:
pip3 install delugeClient-kevin
Configure
Create copy of config and edit following values:
cp config.ini.default config.ini
Run
python3 transatlanticTorrentExpress.py
Languages
Python
100%