This project is a web scraper designed to extract data from websites.
- Clone the repository
cd webscraper
cd app
pip3 install -r requirements.txt
python3 scripts/monet.py
for the monet scraperpython3 scripts/torres.py
for the torres scraper
- Clone the repository
cd webscraper/app
docker compose up -d
docker exec -it docker exec -it scraper xvfb-run --auto-servernum --server-num=1 --server-args='-screen 0, 1920x1080x24' python3 scripts/monet.py
for the monet scraperdocker exec -it docker exec -it scraper xvfb-run --auto-servernum --server-num=1 --server-args='-screen 0, 1920x1080x24' python3 scripts/torres.py
for the torres scraperdocker compose down