initBasti / Amazon2PlentySync (public) (License: GPLv3) (since 2019-01-27) (hash sha1)
Transfer your data from you Amazon Flatfile spreadsheet over to the Plentymarkets system. How to is included in the readme

/build_new_version.sh (98298b26c8cc746806228865e30466bee9d65c13) (546 bytes) (mode 100755) (type blob)

#!/bin/bash

cd Linux_Version/
if [ -f $PWD/product_import.dist ]; then
    echo "Delete all existing content of 'Linux_Version'"
    rm -irf *
fi
if [ ! -f $PWD/product_import.dist ]; then
    echo "Build the script into a executable file using nuitka"
    python3 -m nuitka --standalone --experimental=use_pefile --experimental=use_pefile_recurse --experimental=use_pefile_fullrecurse ../product_import.py
fi
echo "Link the executable to a command in /usr/bin"
sudo ln -is $PWD/product_import.dist/product_import /usr/bin/product-import-plenty


Mode Type Size Ref File
100644 blob 5364 4bc518fabd35f03be275c799d4946690379072fd Instructions.md
100644 blob 10299 816a1d0ee7f4496c32fdb92c7811eaf877d0efc0 LICENSE.md
100644 blob 3811 87e1df60c4c99c8400bcdcf1641a33e1ade245d8 README.md
100755 blob 546 98298b26c8cc746806228865e30466bee9d65c13 build_new_version.sh
100755 blob 35 842a6affcaddec0f7dc134889a531b100c62f473 clean_upload.sh
040000 tree - 44fdb6c76203afd839100ce4b7aa76eecb4edffa packages
100644 blob 11481 421fc25b4a08091e5680f0de9e999a99d01c9575 product_import.py
100644 blob 178 627b92178d30145f0dedc2f4a31ac856f6a15ea1 todo.md
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/initBasti/Amazon2PlentySync

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/initBasti/Amazon2PlentySync

Clone this repository using git:
git clone git://git.rocketgit.com/user/initBasti/Amazon2PlentySync

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main