mirror of
https://github.com/aykhans/PostScrape.git
synced 2025-04-14 14:03:12 +00:00
9 lines
238 B
Markdown
9 lines
238 B
Markdown
## Installition
|
|
pip install scrapy<br />
|
|
|
|
## Run
|
|
cd src/<br />
|
|
scrapy crawl turbo.az -O cars.csv -t csv<br />
|
|
**or**<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* |