We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,请问如何修改,保存时可以增加转发者或评论者的昵称?
The text was updated successfully, but these errors were encountered:
第一种方法是直接爬取用户信息,即运行scrapy crawl user, 第二种是修改代码,爬取某条微博的评论/转发时直接保存昵称。 以转发为例子
repostItem['nick_name'] = repost['user']['screen_name']
RepostItem
nick_name = Field()
Sorry, something went wrong.
No branches or pull requests
现在有转发者或评论者id,请问如何修改,保存时可以增加转发者或评论者的昵称?
The text was updated successfully, but these errors were encountered: