From d2ad906f7004cc93f505c05c22df888b42c68413 Mon Sep 17 00:00:00 2001 From: ayxan Date: Thu, 8 Sep 2022 03:41:59 +0400 Subject: [PATCH] . --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd7f643..96c53fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## Installition pip install scrapy
-set last_page in /src/post_scrape/spiders/car_spider.py ## Run cd src/
-scrapy crawl car -O cars.jl \ No newline at end of file +scrapy crawl turbo.az -O cars.jl
+**or**
+scrapy crawl turbo.az -O cars.jl -a first_page=3 -a last_page=10
+*Default: first_page=1, last_page=2* \ No newline at end of file