-
D:\weibo\weibo-search-master>scrapy crawl search
Traceback (most recent call last):
File "D:\Programs\Python\Python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, ma…
-
Error: Expecting property name enclosed in double quotes: line 9 column 1 (char 172)
Traceback (most recent call last):
File "D:/Anaconda3/weibo-crawler-master/weibo.py", line 807, in main
c…
-
the web client receive a weibo 6102 code which need a refresh. this prevent the crawler from working continuously. need more work on this to find if this is caused by cookies or something else
-
Traceback (most recent call last):
File "D:\anoconda\envs\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec) …
-
Traceback (most recent call last):
File "weibo.py", line 628, in get_one_page
js = self.get_weibo_json(page)
File "weibo.py", line 125, in get_weibo_json
js = self.get_json(params)
…
-
For the archiving of Weibo, it looks like Weibo is not open as Twitter, and it only offers a small number of [APIs](https://open.weibo.com/wiki/API%E6%96%87%E6%A1%A3/en#Account_API). I assume it will …
-
在提交Issue之前请先回答下面问题,谢谢!
1.你是怎么操作的?
尽量把你的操作过程描述清楚,最好能够复现问题。
2.你期望的结果是什么?
3.实际上你得到的结果是什么?
4.你使用的是哪个版本的WeiboSpider? 你的操作系统是什么?是否有读本项目的[常见问题](https://github.com/SpiderClub/weibospider/wiki/%…
-
大神,请问如何设置根据用户ID只爬取用户信息啊(不需要微博信息)?
-
博主你好,我是初次接触人工智能就被要求制作类似项目的新手,安装完环境看完说明后还是不会跑,如果你有空能麻烦你出个详细一些的教学吗
-
大佬您好,我又来咨询您了。我用您的这个代码爬了几个账号的微博内容,但是生成的csv文件中,数据有大量重复的,比如我爬取了微博@精品购物指南 ,他的微博是2.8w条,但是csv里的数据却有4.34w条,也就是说重复了很多。请问这是什么原因呢?感谢您。