Commit 0096ff6e authored by 段英荣's avatar 段英荣

增加搜索词

parent 5512a01d
......@@ -427,7 +427,10 @@ if __name__ == '__main__':
# 问题回答映射词典
question_answer_dict = dict()
cur_image_index = 0
account.zhihu_query_by_word(top_query_list[0],zhihu_spider_fd,zhihu_spider_question_fd,cur_image_index,question_answer_dict)
for query_word in top_query_list:
print("query_word:%s" % query_word)
account.zhihu_query_by_word(query_word,zhihu_spider_fd,zhihu_spider_question_fd,cur_image_index,question_answer_dict)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment