# Python-scrapyProjects **Repository Path**: xiaojilong/Python-scrapyProjects ## Basic Information - **Project Name**: Python-scrapyProjects - **Description**: scrapy爬虫框架的学习代码 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python-scrapyProjects scrapy爬虫框架的学习代码 ## 示例模块说明 1. autoDangdang:自动爬虫实例,爬取的数据保存到json文件和mysql数据库中。 2. scrapyHexun:scrapy与Urllib结合使用的示例。 3. scrapyImg:爬取图片的代码示例。 4. scrapyLogin: 已码云中国网站为例,实现深层页面的抓取。