# weibo.cn **Repository Path**: codenotes/weibo.cn ## Basic Information - **Project Name**: weibo.cn - **Description**: 爬取weibo清爽页面https://weibo.cn - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weibo.cn/weibo.com #### 介绍 简易weibo爬虫,仅供个人学习研究使用 爬取weibo清爽页面https://weibo.cn 爬取weibo正常页面https://weibo.com #### 爬取方式 采用 selenium + geckodriver + PhantomJS #### 代码环境 1. python2.7 2. 若使用python3.X,请改写print函数 #### 程序说明 1. wb_all.match_multiFile.py 生成的爬取结果为多文件(爬取网页是https://weibo.cn) 2. wb_all.match_singleFile.py 生成的爬取结果为单一文件(爬取网页是https://weibo.cn) 3. wb_com.match.py 生成的爬取结果为多文件(爬取网页是https://weibo.com)