Skip to content

ZiCode0/SyncLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyncLoader

forthebadge forthebadge forthebadge

LICENSE Github watchers

SyncLoader allows you to download source files from remote ssh

Installation

Simply clone the repository and run the main file:

# git clone
git clone https://github.com/ZiCode0/SyncLoader.git
cd SyncLoader
# create python virtual environment
python -m venv .venv
# enter venv, linux:
source .venv/bin/activate  # windows: .venv\\Scripts\\activate.bat
# install dependencies
pip install -r requirements.txt
# Copy and edit config file(example/example_config.yaml) to root project folder 
cp example/example_config.yaml config.yaml
# run script
python main

Usage

Example yaml config file: example/example_config.yaml

Windows

SyncLoader.bat -s PET -d 2022.02.10

Linux

Enter venv and start the program:

source .venv/bin/activate
python main.py -s PET -d 2022.02.10

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Download source files from remote ssh

Resources

Stars

Watchers

Forks