pip3 list
https://doc.scrapy.org/en/latest/intro/tutorial.html
Create a project
scrapy startproject tutorial
This will create a tutorial
directory with the following contents:
1 | tutorial/ |
How to run our spider
scrapy crawl quotes
Cast a code eye, on Life on Death
pip3 list
https://doc.scrapy.org/en/latest/intro/tutorial.html
scrapy startproject tutorial
This will create a tutorial
directory with the following contents:
1 | tutorial/ |
scrapy crawl quotes