ZH

作者: FDDDDDDD_ | 来源:发表于2018-06-22 12:54 被阅读0次
def get_hush_search():
    count = len('64hb58763ce1e6f8fd3c4d39b876f0e6')
    random_list = ['1','2','3','4','5','6','7','8','9','0','a','b','c','d','e','f']
    b = ''
    for i in range(0,count):
        a = random.choice(random_list)
        b = b + str(a)
    return b

def get_json_data (url):
    return json.loads(requests.get(url=url,headers=headers).text)

for i in range(0,1000):
    url = 'https://www.zhihu.com/api/v4/search_v3?t=general&q=BAT&correction=1&search_hash_id='+get_hush_search()+'&offset='+str(i)+'&limit=10'
    data_list = get_json_data(url=url)['data']
    print(url)
    for i in data_list:
        print(len(data_list))
        try:
            print(i['object']['question']['name'])
            ID = i['object']['question']['id']
            comment_count = int(i['object']['comment_count'])
            for j in range(0,comment_count,10):
                new_url = 'https://www.zhihu.com/api/v4/questions/' + str(ID) + '/answers?include=data[*].is_normal,admin_closed_comment,reward_info,is_collapsed,annotation_action,annotation_detail,collapse_reason,is_sticky,collapsed_by,suggest_edit,comment_count,can_comment,content,editable_content,voteup_count,reshipment_settings,comment_permission,created_time,updated_time,review_info,relevant_info,question,excerpt,relationship.is_authorized,is_author,voting,is_thanked,is_nothelp,upvoted_followees;data[*].mark_infos[*].url;data[*].author.follower_count,badge[?(type=best_answerer)].topics&offset='+str(j)+'&limit=10&sort_by=default'
                data_li = get_json_data(new_url)['data']
                for answer in data_li:
                    print(answer['author']['name']+'的回答:\n')

                    print(answer['content'])

        except:
            print('None content')
        print('---------------'*10)

相关文章

  • ZH

  • zh

    就这样我又开始继续找工作,期间我也和我同学聚过几次,也和我以前的同事聚过几次,每次他们总是安慰我,当然也都是他们请...

  • Zh

    所有的成长 都是因为站对了地方

  • 甘蔗(zhà),还是甘蔗(zhè)?【校园】

    语文课上,正学生字着。 学到甘蔗,语文老师让大家读几遍。 “甘蔗(zhè)!” “甘蔗(zhà)!……啊不甘蔗(z...

  • 甘蔗(zhà),还是甘蔗(zhè)?【生活】

    晚上,我问父母:“爸妈,那长长的,好像是棕色的还是紫色来着?算了不管它……反正就是长长的……叫甘什么呀?” “甘蔗...

  • zhái

    佛 无从表达 公众号国庆放假三天 主编发了红包 近期要改版 繁杂 日常丧 企盼冬天❄️ 有些始料未及的改变 我还在...

  • Y·zh

    最好的自己在路上,最美的自己在远方。

  • 写给ZH

    天地昏昏暗暗 苍穹边际零落星星点点 此时,凌晨两点半 身体如同被火点燃 午夜和人提起了你, 在两个小时前 我对她说...

  • 致ZH

    日后相见,也许我会含着泪送你一首《天后》,一想到你,想到了轰烈,也想到了平淡,承载了一段任性的时光,那是完全属于一...

  • 蛰zhé

    今天分享汉字蛰zhé。 前几天就是二十四节气的惊蛰,我认识这个字大概也是从这个词开始的。蛰的本意是...

网友评论

      本文标题:ZH

      本文链接:https://www.haomeiwen.com/subject/ccdkyftx.html