File size: 538 Bytes
0e23438
 
 
 
 
 
 
 
 
 
c8e76b4
0ead04c
 
 
 
 
 
 
 
 
 
 
 
 
c8e76b4
 
 
 
 
 
 
0ead04c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Scraper
emoji: 📈
colorFrom: yellow
colorTo: yellow
sdk: docker
pinned: false
license: 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
```bash
python3 -m venv myenv
source myenv/bin/activate
```
Then run
```bash
PYTHONPATH=$PWD
pip install -r requirements.txt
python src/extraction.py
```

## API
To run the API for this project please run
```bash
docker compose up
```