WBTracker более не разрабатывается, т.к. был пересоздан в виде SaaS решения
Нейромаркет - Глубокий Анализ товаров на Wildberries.
Выдача доступов к закрытому бета-тестированию -> Телеграм канал
Инструкция по Установке WBTracker на Русском
- Clone this repo
git clone https://github.com/glmn/WBTracker.git
- Run
npm install
in your terminal - Fill
keywords
table with your keywords - Fill
products
table with your products SKUs - You are ready to go, just type
npm run scan
in your terminal
- Type
npm run watch
in your terminal - Open your browser and visit
http://127.0.0.1
- Type
npm run migrate
in your terminal
- Implement Interactive mode
- Realtime Charts
- Implement
insert
of keywords and products - SKU Preview - image, title, orders(?), count
- Implement
Bulk insert
of keywords and products - Implement
remove
of keywords and products - Switch to PostgreSQL
- Implement @glmn/wb-private-api library