tweepy 4.0的官方文档
https://docs.tweepy.org/en/latest/install.html
现在来看下怎么安装tweepy v2吧
目前使用 pip install tweepy命令还是默认安装tweepy 3.10版本 所以要使用pip install git https://github.com/tweepy/tweepy.git进行安装 如图 这样就安装上了tweepy 4.0
如何使用tweepy 4 调用twitter api v2请看
tweepy4 搜索历史推文


