# crawler_demo **Repository Path**: tirklee/crawler_demo ## Basic Information - **Project Name**: crawler_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crawler_demo 本资源跟着慕课网学习编写 https://www.imooc.com/video/17516 爬虫案例 首个爬虫案例作为练习使用 Scrapy爬虫4步走 新建项目 scrapy startproject crawler_demo cd crawler_demo scrapy genspider crawler_demo_spider movie.douban.com 明确目标 items.py 里面声明所需字段 # 序号 # 名称 # 介绍# 星级 # 评论数 # 描述 制作爬虫 存储内容