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

新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频

Results 248 weibo-crawler issues
Sort by recently updated
recently updated
newest added
trafficstars

在爬人民日报的微博时,我设置的时间是近一个月,但是每次爬下来只有五天的数据,请问有方法可以解决吗?

![image](https://user-images.githubusercontent.com/38583505/174644478-3f78effa-771e-4269-8175-e8a94e6eb810.png) 这个接口是怎么来的呢,我用谷歌进https://m.weibo.cn/u/USERID用F12调试没找到,想请教一下

在浏览器里打卡大于200的page,显示也是空的,已经登录了 ![image](https://user-images.githubusercontent.com/43713812/169637991-2f386151-af04-4ee8-8bcb-d6bf19aa37c8.png)

![image](https://user-images.githubusercontent.com/63344963/169284439-ac65d601-fb5b-4141-9a68-2f64f90e53a4.png) 出现如图所示报错,查找说是json数据格式应为双引号,由于对爬取内容格式不太清除,应该如何更改呢?

用cmd爬一条用户信息(时间设到未来去)要七八分钟至少 这正常吗?

我是MacOS High Sierra 10.13.6,但无法安装依赖,显示: chbdeMBP:weibo-crawler-master Mark$ pip install -r requirements.txt Traceback (most recent call last): File "/usr/local/bin/pip", line 9, in load_entry_point('pip==21.0.1', 'console_scripts', 'pip')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 565, in load_entry_point return...

weibo.py", line 21, in import requests ModuleNotFoundError: No module named 'requests' 这个错误怎么解决

list index out of range Traceback (most recent call last): File "D:\weibo-crawler\weibo.py", line 1606, in get_pages if (self.get_user_info() != 0): File "D:\weibo-crawler\weibo.py", line 335, in get_user_info self.user_to_database() File "D:\weibo-crawler\weibo.py", line...

2022-05-11 20:32:13,262 - ERROR - weibo.py[:752] - Extra data: line 112 column 2 (char 5454) Traceback (most recent call last): File "weibo.py", line 743, in get_one_weibo weibo = self.get_long_weibo(weibo_id) File...

![image](https://user-images.githubusercontent.com/63344963/166418852-7bc02be1-baaf-4514-8750-89244854025d.png) 已写入cookie chu'ci除此之外,还出现另外一个错误 ![image](https://user-images.githubusercontent.com/63344963/166418987-93f1080e-3367-4aa6-8372-53b36402d3d0.png) 请问这个如何解决呢