• <legend id='VomCJ'><style id='VomCJ'><dir id='VomCJ'><q id='VomCJ'></q></dir></style></legend>

    1. <i id='VomCJ'><tr id='VomCJ'><dt id='VomCJ'><q id='VomCJ'><span id='VomCJ'><b id='VomCJ'><form id='VomCJ'><ins id='VomCJ'></ins><ul id='VomCJ'></ul><sub id='VomCJ'></sub></form><legend id='VomCJ'></legend><bdo id='VomCJ'><pre id='VomCJ'><center id='VomCJ'></center></pre></bdo></b><th id='VomCJ'></th></span></q></dt></tr></i><div id='VomCJ'><tfoot id='VomCJ'></tfoot><dl id='VomCJ'><fieldset id='VomCJ'></fieldset></dl></div>

      <small id='VomCJ'></small><noframes id='VomCJ'>

        <bdo id='VomCJ'></bdo><ul id='VomCJ'></ul>
      <tfoot id='VomCJ'></tfoot>

        使用推文的rest_api不会转储到python中的文件中

        rest_api using tweets are not dumping into file in python(使用推文的rest_api不会转储到python中的文件中)
          <bdo id='5b7NG'></bdo><ul id='5b7NG'></ul>

          <small id='5b7NG'></small><noframes id='5b7NG'>

            • <i id='5b7NG'><tr id='5b7NG'><dt id='5b7NG'><q id='5b7NG'><span id='5b7NG'><b id='5b7NG'><form id='5b7NG'><ins id='5b7NG'></ins><ul id='5b7NG'></ul><sub id='5b7NG'></sub></form><legend id='5b7NG'></legend><bdo id='5b7NG'><pre id='5b7NG'><center id='5b7NG'></center></pre></bdo></b><th id='5b7NG'></th></span></q></dt></tr></i><div id='5b7NG'><tfoot id='5b7NG'></tfoot><dl id='5b7NG'><fieldset id='5b7NG'></fieldset></dl></div>
              <legend id='5b7NG'><style id='5b7NG'><dir id='5b7NG'><q id='5b7NG'></q></dir></style></legend>

                <tfoot id='5b7NG'></tfoot>
                    <tbody id='5b7NG'></tbody>
                  本文介绍了使用推文的rest_api不会转储到python中的文件中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  根据这段代码,一个文件应该包含 5000 条推文.但是没有任何东西进入文件并显示 json 序列化错误.

                  according to this code a file should be with 5000 tweets in this. But nothing is going into file and shows json serialization error.

                  这里是代码

                  alltweet=[]
                  def rest_query_ex3():
                      MAX_ID = None
                      query = "(disease OR illness OR sickness)"
                      file=open("tweetfile.txt", "a+")
                      for it in range(50):
                       tweets = myApi.search(q=query, count=100, max_id=MAX_ID)
                       if tweets:
                           MAX_ID = tweets[-1].id
                           alltweet.extend(tweets)
                      for tweet in alltweet:
                          s=[tweet.text, tweet.id]
                          file.write(json.dumps(s))
                      file.close()
                  

                  推荐答案

                  alltweet=[]
                  
                  def rest_query_ex3():
                      MAX_ID = None
                      geo = "42.6525,-73.7572,200mi"
                      query = "(disease)"
                      file =open("tweetfile.txt", "a+")
                      for it in range(1):
                       tweets = myApi.search(q=query, geocode=geo, count=5, max_id=MAX_ID)
                       if tweets:
                           MAX_ID = tweets[-1].id
                           alltweet.extend(tweets)
                           #print type(alltweet)   #this is list type object
                      for tweet in alltweet:
                          file.write(json.dumps(tweet._json)) 
                  #converting into string remove sthe serializable error without adding a new class
                          file.write('
                  
                  ')
                  if __name__ == '__main__':
                      rest_query_ex3()
                  

                  这篇关于使用推文的rest_api不会转储到python中的文件中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Adding config modes to Plotly.Py offline - modebar(将配置模式添加到 Plotly.Py 离线 - 模式栏)
                  Plotly: How to style a plotly figure so that it doesn#39;t display gaps for missing dates?(Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙?)
                  python save plotly plot to local file and insert into html(python将绘图保存到本地文件并插入到html中)
                  Plotly: What color cycle does plotly express follow?(情节:情节表达遵循什么颜色循环?)
                  How to save plotly express plot into a html or static image file?(如何将情节表达图保存到 html 或静态图像文件中?)
                  Plotly: How to make a line plot from a pandas dataframe with a long or wide format?(Plotly:如何使用长格式或宽格式的 pandas 数据框制作线图?)
                  <tfoot id='bVTiw'></tfoot>

                  • <legend id='bVTiw'><style id='bVTiw'><dir id='bVTiw'><q id='bVTiw'></q></dir></style></legend>

                      1. <i id='bVTiw'><tr id='bVTiw'><dt id='bVTiw'><q id='bVTiw'><span id='bVTiw'><b id='bVTiw'><form id='bVTiw'><ins id='bVTiw'></ins><ul id='bVTiw'></ul><sub id='bVTiw'></sub></form><legend id='bVTiw'></legend><bdo id='bVTiw'><pre id='bVTiw'><center id='bVTiw'></center></pre></bdo></b><th id='bVTiw'></th></span></q></dt></tr></i><div id='bVTiw'><tfoot id='bVTiw'></tfoot><dl id='bVTiw'><fieldset id='bVTiw'></fieldset></dl></div>

                        <small id='bVTiw'></small><noframes id='bVTiw'>

                            <tbody id='bVTiw'></tbody>

                            <bdo id='bVTiw'></bdo><ul id='bVTiw'></ul>