Signed-off-by: paprykdev <58005447+paprykdev@users.noreply.github.com>
This commit is contained in:
parent
d256ec82da
commit
aa43d0c332
10
README.md
10
README.md
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user