SyncLoader allows you to download source files from remote ssh
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
Example yaml config file: example/example_config.yaml
SyncLoader.bat -s PET -d 2022.02.10
Enter venv and start the program:
source .venv/bin/activate
python main.py -s PET -d 2022.02.10
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.