This commit is contained in:
ayxan 2022-09-08 04:03:18 +04:00
parent d2ad906f70
commit fa1eba8e49
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__
.venv
cars.jl
cars.csv

View File

@ -3,7 +3,7 @@ pip install scrapy<br />
## Run
cd src/<br />
scrapy crawl turbo.az -O cars.jl<br />
scrapy crawl turbo.az -O cars.csv -t csv<br />
**or**<br />
scrapy crawl turbo.az -O cars.jl -a first_page=3 -a last_page=10<br />
scrapy crawl turbo.az -O cars.csv -t csv -a first_page=3 -a last_page=10<br />
*Default: first_page=1, last_page=2*