Skip to content

glmn/WBTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WBTracker более не разрабатывается, т.к. был пересоздан в виде SaaS решения

Нейромаркет - Глубокий Анализ товаров на Wildberries.
Выдача доступов к закрытому бета-тестированию -> Телеграм канал



Инструкция по Установке WBTracker на Русском

Track and store your products search positions by keywords on Wildberries

🏆Must Have Weapon Tool for TOP-1 on Wildberries
Standalone version

How to run?

  • 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

How to watch positions data?

  • Type npm run watch in your terminal
  • Open your browser and visit http://127.0.0.1

Migrate from v0.0.3 to v0.0.4

  • Type npm run migrate in your terminal

To-Do List

  • 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