简体   繁体   中英

Tweepy get user favorited tweets in the last week

Using Tweepy I would like to retrieve all the tweets a user A favorited in the last week.

Is it possible? How can I do it with tweepy?

I searched tweepy documentation, but it seems like what I got is the datetime when a third user B tweeted the tweet that user A favorited.

Thanks

Sadly, you have your answer. This is a weakness in the Twitter API - it only shows you when a Tweet was created, not when the favourite was made.

You can see what is returned in the GET favorites/list documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM