google-app-engine - Tweepy 实体应用引擎

标签 google-app-engine twitter entities tweepy

我正在开发一个 Twitter 客户端,我正在使用 tweepy,但是我无法通过它获取 user_timeline 中的实体。我怎样才能得到实体? 有人为 AppEngine 库更新了 Tweepy 吗?

最佳答案

来自tweepy wiki ,

# Iterate through the first 200 statuses in the friends timeline
for status in tweepy.Cursor(api.friends_timeline).items(200):
    # Process the status here
    process_status(status)

关于google-app-engine - Tweepy 实体应用引擎,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8137777/

相关文章:

ios - 我的核心数据实体在哪里?

javascript - CRM 2011 使用 JavaScript 从实体获取属性

google-app-engine - Google App Engine 自定义域、子域和 SSL

google-app-engine - 从 Dataflow api 在 Datastore 中保存长度超过 1500 字节的字符串时出错

google-app-engine - GAE - 无法更新 : com. google.appengine.tools.admin.HttpIoException:

twitter - 获取新的 Twitter API 使用者和 key

android - 如何克服android twitter认证异常(401)?

python - App Engine - 检查 Expando 类中是否存在属性

php - 处理字符编码的 Twitter 响应

java - 使用 JPA 2.0 以编程方式加载实体类?