mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 18:00:19 +00:00
Updated readme
This commit is contained in:
43
README.md
43
README.md
@@ -1 +1,42 @@
|
|||||||
# transatlanticTorrentExpress
|
# 🚅 Transatlantic Torrent Express
|
||||||
|
> Agent for transporting files from remote host.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
Download repo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/kevinmidboe/transatlanticTorrentExpress
|
||||||
|
cd transatlanticTorrentExpress
|
||||||
|
```
|
||||||
|
|
||||||
|
Also setup to require [delugeClient](https://github.com/KevinMidboe/delugeClient) to remove after transfered. Install the package using pip command:
|
||||||
|
```bash
|
||||||
|
pip3 install delugeClient-kevin
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configure
|
||||||
|
Create copy of config and edit following values:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cp config.ini.default config.ini
|
||||||
|
```
|
||||||
|
|
||||||
|
```ini
|
||||||
|
[SSH]
|
||||||
|
host=
|
||||||
|
user=
|
||||||
|
|
||||||
|
[FILES]
|
||||||
|
remote=
|
||||||
|
local=
|
||||||
|
|
||||||
|
[ELASTIC]
|
||||||
|
host=
|
||||||
|
port=
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 src/transatlanticTorrentExpress.py
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user