# BlogSpider **Repository Path**: yubo725/BlogSpider ## Basic Information - **Project Name**: BlogSpider - **Description**: 使用Python编写的csdn博客爬虫 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlogSpider 使用Python编写的csdn博客爬虫 # 说明 数据库用的MySQL,数据库名:blog,表名:article,字段如下: ``` id, title, brief, time, readcount, commentcount, detailurl, content id, 标题, 摘要, 发布时间, 阅读数, 评论数, 详情页URL, 文章内容 ``` 数据库加入了sqlite3 # 截图 ![image](https://github.com/yubo725/BlogSpider/blob/master/screenshot.png)