检索所有用户过去 7 天的所有最新推文,然后检索回复这些推文的所有用户

Retrieve all user all recent tweets from past 7 days and then retrieve all users who replied to those tweets

我想做的是了解从用户个人资料中获取所有推文的更好方法URL,然后获取所有回复这些推文的用户并从列表中删除重复项,然后再将它们添加到csv 或 excel 文件。我找到了这个 Git 项目,但它不是我想要的

https://github.com/nirholas/Get-Tweet-Replies-With-Python-Tweepy

谁能指导我找到更好的库或想法?

Tweepy 是一个非常好的库,用于在 Python 中与 Twitter 交互。

我建议看看 Tweepy 的 documentation and starter guide。一旦您了解了可用的功能,使用起来就非常简单。