/web_crawler

python爬虫发送钉钉消息

Primary LanguagePython

--python 2

--安装依赖 --pip install Scrapy --upgrade --ignore-installed six

--使用Scrapy创建新项目:scrapy startproject 项目名

--爬虫说明: --1.在spider中创建新的爬虫规则 --2.name必填是模块允许标识 --3.允许命令:scrapy crawl name --nolog