forked from imYourBbbaby/code
-
Notifications
You must be signed in to change notification settings - Fork 0
leslie-x/kedaxunfei
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
爬虫资料: 1.安装scrapy pip install scrapy 2.创建爬虫项目 scrapy startproject spider_project cd spider_project scrapy genderspider spider_name xxx.com 3.运行爬虫 scrapy crawl spider_name 4.运行demo[scrapy_project] python run.py 5.学习资料 Scrapy 2.3官方中文文档 https://www.w3cschool.cn/scrapy2_3/ 精通Scrapy爬虫框架,扒光一个网站(案例:豆瓣,京东) https://www.bilibili.com/video/BV1WY4y1s7Ns/?vd_source=2b65e47fb7f39ae21a6292dc72614396 20分钟带你搞懂XPath — Scrapy数据解析神器 https://www.bilibili.com/video/BV1mW411D7wC/?spm_id_from=333.788.recommend_more_video.6&vd_source=2b65e47fb7f39ae21a6292dc72614396
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%