-
Notifications
You must be signed in to change notification settings - Fork 105
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
Twitter推文爬虫,无法爬部分用户 #12
Comments
我这里测试了@zaobaosg没有这个问题。
|
我也发现有这个问题,会报错: |
这个Bug我确实复现不出来...搜索语句中from是搜索到那个账号发布的推文,不包括转推和回复,如果需要采集转推和回复的话,搜索语句好像没法实现,需要从账号主页来抓。 |
你可以提供一下报错的时间范围和账号吗? |
看到你代
如果说搜索语句不包括转推和回复的话那我理解了,主要是你的代码里头有处理转推的部分,我以为能爬对应的数据呢。 |
大佬你的搜索词列表我看了,没有能搜索一个用户所有动态的搜索词,比如推文、转推、回复等等,你有相关的爬虫吗? |
@fifysky 我暂时没有可以实现这个需求的爬虫 |
Twitter_Account_Post.py
可以爬部分用户,比如文档中的@zaobaosg,比如@Jesoooor
但有些用户爬不了,比如@yitianshijieipn,比如@hanyangwang
会报错:
AttributeError: 'bool' object has no attribute 'split'
猜测是css选择器不适用
The text was updated successfully, but these errors were encountered: