-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
某个微博id无法抓取到全部微博 #607
Comments
user id是通过txt文件输入,还是直接写在config里? |
直接写在config.json的 |
这个我也没想明白,可能速度太快吧,不确定。 |
https://weibo.cn/2139155362/profile?page=13 这个是当前使用的接口,确实只能获取到部分数据,通过https://weibo.com/ajax/statuses/mymblog?uid=2139155362&page=24&feature=0 这个接口可以获取所有数据。它的最远为2016年5月22日 |
大佬, |
@0xnicai 本程序不使用cookie是不能下载的,你使用的可能是免cookie版。如果程序提示cookie无效,一般就可能是cookie无效。免cookie版部分微博也是需要cookie的,否则无法下载全部。你说的这个接口我没研究过,不清楚。 |
感谢大佬, |
@0xnicai 有可能cookie获取方法不正确,要按照readme获取。也有可能是账号问题,不确定。 |
感谢您申报bug,为了表示感谢,如果bug确实存在,您将出现在本项目的贡献者列表里;如果您不但发现了bug,还提供了很好的解决方案,我们会邀请您以pull request的方式成为本项目的代码贡献者(Contributor);如果您多次提供很好的pull request,我们将邀请您成为本项目的协助者(Collaborator)。当然,是否提供解决方按都是自愿的。不管是否是真正的bug、是否提供解决方案,我们都感谢您对本项目的帮助。
答:github版源码运行
答:是
答:否
答:weibo_id:2139155362
答:"since_date": “1970-01-01”,
"end_date": "now",
答:页面浏览可以加载到2017-02-08最后一条微博,程序只能抓取到2023-02-18这天就停止运行了(正常结束,提示信息抓取完毕),只有这个微博id是这样,其他id暂未发现这个情况
感谢作者的程序~~~
The text was updated successfully, but these errors were encountered: