Scrapy Start

python scrapy

Crate Project [sillyhat-crawler]

Create scrapy project

(venv) Cookies-Mac-mini:sillyhat-crawler shikuanxu$ scrapy startproject sillyhat_crawler_blog
New Scrapy project 'sillyhat_crawler_blog', using template directory '/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/scrapy/templates/project', created in:
    /Users/shikuanxu/PycharmProjects/sillyhat-crawler/sillyhat_crawler_blog

You can start your first spider with:
    cd sillyhat_crawler_blog
    scrapy genspider example example.com
(venv) Cookies-Mac-mini:sillyhat-crawler shikuanxu$ 

[xxxURLxxx]()