From b049486530841922d7ec50205b2fd24423e471ec Mon Sep 17 00:00:00 2001 From: JLUVicent <17390955615@163.com> Date: Thu, 16 Sep 2021 18:20:19 +0800 Subject: [PATCH] =?UTF-8?q?scrapyshell=E4=B8=BB=E8=A6=81=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 39_scrapy_scrapyshell.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 39_scrapy_scrapyshell.py diff --git a/39_scrapy_scrapyshell.py b/39_scrapy_scrapyshell.py new file mode 100644 index 0000000..ea98fa6 --- /dev/null +++ b/39_scrapy_scrapyshell.py @@ -0,0 +1,4 @@ +# 进入到scrapyshell的终端直接在cmd中输入:scrapy shell 域名 +# 如果想看到一些高亮或自动补全可以安装ipython pip install ipython + +# scrapy shell www.baidu.com