【问题标题】:Searching for tweets with tweepy in Python在 Python 中使用 tweepy 搜索推文
【发布时间】:2017-02-18 17:34:28
【问题描述】:

我的代码一切正常,除了这部分:enter image description here

有人帮我纠正这个错误。

我正在使用 tweepy python 模块,其余代码运行良好。以下是有问题的部分代码: enter image description here

先谢谢了。

【问题讨论】:

  • 请把代码粘贴到这里,不要只是截图。
  • 另外.. 你到底想做什么?修复错误需要我们知道预期的功能是什么。

标签: python-2.7 twitter tweepy tweets


【解决方案1】:

在第 26 行试试这个 statuses=i['statuses'] 或者你可以试试这个 statuses+=[i['statuses']]

【讨论】:

    猜你喜欢
    • 2020-03-30
    • 2018-02-24
    • 2017-12-26
    • 2013-09-05
    • 1970-01-01
    • 2015-03-31
    • 2012-03-08
    • 2018-06-29
    • 1970-01-01
    相关资源
    最近更新 更多