嘿,我正在使用推文 ID 来提取推文,但遇到了这个错误TweepError: [{'code': 144, 'message': 'No status found with that ID.'}]。我尝试了许多其他推文 ID,但错误是相同的。
我的代码:
id=591902698594701314
import tweepy
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_token, access_token_secret)
api = tweepy.API(auth)
tweet = api.get_status(id)
print(tweet.text)
紫衣仙女
www说
暮色呼如
相关分类