/python-blog-spider

使用Python编写的csdn博客爬虫

Primary LanguagePython

BlogSpider

使用Python编写的csdn博客爬虫

说明

数据库用的MySQL,数据库名:blog,表名:article,字段如下:

id, title, brief, time, readcount, commentcount, detailurl, content
id, 标题, 摘要, 发布时间, 阅读数, 评论数, 详情页URL, 文章内容

数据库加入了sqlite3

截图

image