Skip to content

Avito.ma web scraper app, that extract data from avito website and provide data insights on a dashboard

Notifications You must be signed in to change notification settings

deidax/Avito.ma-data-web-scraper

Repository files navigation

Avito Scraper, Elasticsearch and Kibana

Make sure to have docker and docker compose installed

Installation

Clone project

  https://github.com/deidax/app_scraper.git

Build project with docker compose

  docker-compose build --no-cach

Run project

  docker-compose up

Create user to login

  curl -X POST http://127.0.0.1:8000/auth/users/ --data 'username=admin&password=pfe123456'

Open in browser

  http://localhost:8080/

Login

  Username: admin
  password: pfe123456