ildarworld / wb_load_all_skus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wildberries SKU loader into CSV file

How to install

  1. Clone repo and:
python3 -m venv env
  1. Activate virtual environment If you are using bash
source env/bin/activate

for fish shell:

source env/bin/activate.fish
  1. Install dependecies
pip install -r requirements.txt
  1. Rename .env file
mv .env.example .env
  1. Properly fill token and supplier_id in the .env file If you need to load SKUs with errors, maintain appropriate environment variable in .env file

Run

python loader.py

About


Languages

Language:Python 98.3%Language:Shell 1.7%