Giter Club home page Giter Club logo

wb_parser's Introduction

Экспорт точек выдачи Wildberries в Excel

Этот Python-скрипт позволяет экспортировать данные о точках выдачи из Wildberries для определенной страны и сохранять их в файл Excel.

Содержание

Установка

  1. Клонируйте репозиторий на ваш компьютер:
git clone https://github.com/MRossa157/WB_Parser.git
  1. Перейдите в директорию проекта:
cd WB_Parser
  1. Установите необходимые зависимости с помощью pip:
pip install -r requirements.txt

Описание методов

Метод get_all_delivery_points получает данные о точках выдачи в стране назначения

Метод make_excel_file создает XLSX файл с заголовками 'Country', 'Latitude', 'Longitude', 'Adress', 'ID', 'Pickup_Type'

Список поддерживаемых стран: 'ru', 'by', 'kz', 'kg', 'am', 'uz', 'az'

Использование

  1. Импортируйте класс Wildberries из скрипта:
from WB_Parser import Wildberries
  1. Создайте экземпляр класса Wildberries, указав код страны (например, 'ru'):
wb = Wildberries('ru')
  1. Получите данные о точках выдачи для указанной страны:
data = wb.get_all_delivery_points()
  1. Экспортируйте данные в файл Excel (имя файла по умолчанию - 'all_delivery_points.xlsx')
wb.make_excel_file(data)

wb_parser's People

Contributors

mrossa157 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.