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이 지원됩니다.