1
0

docs: update README.md

Signed-off-by: paprykdev <58005447+paprykdev@users.noreply.github.com>
This commit is contained in:
patilk 2025-01-28 16:29:43 +01:00
parent d256ec82da
commit aa43d0c332
Signed by: s500042
GPG Key ID: 1921AD722E7392EE

View File

@ -12,3 +12,13 @@ This project is a web scraper designed to extract data from websites.
1. `pip3 install -r requirements.txt`
1. `python3 scripts/monet.py` for the monet scraper
1. `python3 scripts/torres.py` for the torres scraper
## How to use with Docker
1. Clone the repository
1. `cd webscraper/app`
1. `docker compose up -d`
1. `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 scraper
1. `docker 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 scraper
1. `docker compose down`