Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/wild-parser
Парсер товаров с Wildberries
https://github.com/falsehuman/wild-parser
Last synced: 12 days ago
JSON representation
Парсер товаров с Wildberries
- Host: GitHub
- URL: https://github.com/falsehuman/wild-parser
- Owner: FalseHuman
- Created: 2021-05-29T15:50:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:54:57.000Z (over 3 years ago)
- Last Synced: 2024-11-19T10:12:29.331Z (2 months ago)
- Language: Python
- Homepage: https://wildberries-parser.herokuapp.com/#/
- Size: 2.33 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wildberries парсер
## Установка geckodriver в Ubuntu, Debian и ArchLinux
``` bash
#Вытаскиваем файл из архива.
$ tar -xvzf geckodriver*
#Даем нужные права драйверу.
$ sudo chmod +x geckodriver
#Отправляем драйвер в папку где его будет искать Selenium.
$ sudo mv geckodriver /usr/local/bin/
```
Ссылка как установить для [других ОС](https://selenium-python.com/install-geckodriver)
## Настройка backend```bash
#Установите нужные библиотеки
$ cd wildberries
$ pip install -r ./requirements.txt
#Спарсить товары
$ python manage.py parsing_product
#Запуск сервера
$ python manage.py runserver 8001
```
## Настройка frontend```bash
$ cd frontend/wild-front
$ npm install
$ npm run serve
```
## СУБД PostgreSQL
Ссылка как установить для [Windows](https://www.youtube.com/watch?v=yYJ74Sc7nw8)
Ссылка как установить для [Linux](https://losst.ru/ustanovka-postgresql-ubuntu-16-04)