tweepy
4.14.0
从 PyPI 安装最新版本的最简单方法是使用 pip:
pip install tweepy
要使用tweepy.asynchronous
子包,请务必安装async
extra:
pip install tweepy[async]
您还可以使用 Git 从 GitHub 克隆存储库以安装最新的开发版本:
git clone https://github.com/tweepy/tweepy.git
cd tweepy
pip install .
或者,直接从 GitHub 存储库安装:
pip install git+https://github.com/tweepy/tweepy.git
支持 Python 3.7 - 3.11。