weibo-search icon indicating copy to clipboard operation
weibo-search copied to clipboard

获取微博搜索结果信息,搜索即可以是微博关键词搜索,也可以是微博话题搜索

Results 256 weibo-search issues
Sort by recently updated
recently updated
newest added

在爬取一个小时后,存进数据库的频率变慢,每隔大约三分钟才存入十几条,三小时后没有数据存入数据库,但控制台显示仍在爬取数据。 DOWNLOAD_DELAY 设置为10 FURTHER_THRESHOLD设置为25 目前已运行7小时控制台仍在打印爬取信息,数据库里没有新增。

作者您好,我是一名大四的本科毕业生,本科毕业论文计划采用微博爬取的数据进行文本分析,请问您weibo-search这个项目能不能作为开源项目用到我的毕业论文里? 因为我看weiboSpider那个项目说明了授权问题,这个项目里好像没有说明,如果可以的话,您希望怎么署名呢? 最后,非常感谢您的无私贡献,祝您万事顺心~

![image](https://user-images.githubusercontent.com/97107058/163673461-03e48ced-ef35-42c6-9b79-2d7027e077a5.png) ![image](https://user-images.githubusercontent.com/97107058/163673483-2edb0bc5-df6f-4314-8e67-fd777e1fe3e9.png)

2021-12-06 00:16:15 [scrapy.core.scraper] ERROR: Spider error processing (referer: https://s.weibo.com/weibo?q=%E8%80%81%E6%97% A7%E5%B0%8F%E5%8C%BA&typeall=1&suball=1&timescope=custom:2021-01-01-0:2021-07-01-0) Traceback (most recent call last): File "d:\软件安装\python\lib\site-packages\scrapy\utils\defer.py", line 120, in iter_errback yield next(it) File "d:\软件安装\python\lib\site-packages\scrapy\utils\python.py", line 353, in __next__ return...

![image](https://user-images.githubusercontent.com/63344963/163081403-061b0186-80d7-49e0-99da-03c3c4730337.png) ![image](https://user-images.githubusercontent.com/63344963/163081425-5bb97dcc-808f-4a28-910b-7488745b2da4.png) 修改过settings.py MYSQL_DATABASE = 'weibokey' ![image](https://user-images.githubusercontent.com/63344963/163081561-9912ceea-8e79-4ddb-9241-9c31a4b64b07.png) 请问这种问题该如何解决呢

twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061: 由于目标计算机积极拒绝,无法连接。.

爬完之后默认保存的csv文件找不到了

我想用Java传时间参数然后调用cmd启动爬虫,但百度查到不能同时传参和调用cmd命令,只能传参运行python文件。导致参数是单独传递的,cmd启动爬虫时,上一条传递的参数失效,启动报错为 日期参数显示为crawl与search

大佬求助,我在控制台输入运行命令后出现以下情形 ![屏幕截图 2022-04-11 173042](https://user-images.githubusercontent.com/97107058/162710004-2f057eba-8fa7-42ba-bab5-10f421e36c92.png) 应该是少了urllib2包,但是我下载的时候又出现了另外一个问题 ![image](https://user-images.githubusercontent.com/97107058/162710529-9282f36e-6ef1-4c62-afe2-37eb216daa5f.png) 请问有大佬可以解释一下怎么回事嘛