Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 538 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 538 Bytes
title emoji colorFrom colorTo sdk pinned license
Scraper
📈
yellow
yellow
docker
false
mit

MeLi Scraper

Web scrapping proyect for vehicle prices in Colombia. To Mercado Libre page with educational focus

Locally request

Please create your virtual environment before, for example

python3 -m venv myenv
source myenv/bin/activate

Then run

PYTHONPATH=$PWD
pip install -r requirements.txt
python src/extraction.py

API

To run the API for this project please run

docker compose up