gpt4 book ai didi

python - 推文对象中缺少 reply_count 属性

转载 作者:太空宇宙 更新时间:2023-11-04 02:36:04 25 4
gpt4 key购买 nike

我正在尝试检索特定推文的回复计数(使用 tweet.retweet_count)。但我收到属性未找到错误。似乎推文对象中缺少此属性。但是当我检查推文对象的文档时,它已列出并且应该可用。我是不是漏了什么?

文档 - https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object

我正在使用 python,下面是我的代码:

for tweet in alltweets:
outtweets.append([tweet.id_str, tweet.created_at, tweet.text.encode("utf-8"),tweet.place,tweet.source,tweet.reply_count,tweet.retweet_count,tweet.favorite_count,tweet.retweeted,tweet.lang])

我的 outtweets 列表是空的 :(尝试了很多推文

最佳答案

尽管 reply_count 被记录为在 Tweet 对象上可用,但不幸的是,它是 premium API 的一部分:

That field is only offered in the premium and enterprise API tiers and we need to do better at documenting this restriction.

( reference )

关于python - 推文对象中缺少 reply_count 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47851662/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com