标签: python twitter tweepy twitterapi-python
我正在使用tweepy通过python与twitter API进行通信。
我正在尝试使用api.user_timeline(id = user_id, exclude_replies=True, count = 1)[0]
api.user_timeline(id = user_id, exclude_replies=True, count = 1)[0]
但是有时这会返回0条推文,有时却能正常工作,这就是为什么我不知道可能是什么问题。
为什么会这样?