码迷,mamicode.com
首页 > 其他好文 > 详细

微博展开全文获取

时间:2018-07-20 16:43:06      阅读:437      评论:0      收藏:0      [点我收藏+]

标签:ror   eth   ret   code   err   none   get   back   else   

    def getlongtext(self,mid:str,req:requests)->"获取全文逻辑":
        allinfo=None
        getlongtexturl=f"http://s.weibo.com/ajax/direct/morethan140?mid={mid}"
        resp=req.get(getlongtexturl,timeout=60).json()
        okcode=resp["code"]
        if okcode=="100000":
            allinfo=resp["data"]["html"]
        else:
            print("get log text is error,here are detail:{}",traceback.format_exc())
        return allinfo

微博展开全文获取

标签:ror   eth   ret   code   err   none   get   back   else   

原文地址:https://www.cnblogs.com/c-x-a/p/9341992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!