标签: python twitter tweepy tweets
有人可以告诉我如何使用tweepy通过特定的user_id或user_name检索推文吗?到目前为止,我只有这个:
new_tweets = api.search(q=keyword, count=tweetsPerQry, geocode="23.5021579914,40.8558165767,500km" )
根据特定地理位置返回推文。但我希望它通过user_id返回推文
答案 0 :(得分:0)
您可以使用API.user_timeline,后者使用the GET statuses/user_timeline endpoint。
API.user_timeline