Instalacja

The easiest way to install the latest version from PyPI is by using pip:

pip install tweepy

To use the tweepy.asynchronous subpackage, be sure to install with the async extra:

pip install tweepy[async]

Możesz także użyć Git do zklonowania repozytorium z GithHub i zainstalować najnowszą wersję deweloperską:

git clone https://github.com/tweepy/tweepy.git
cd tweepy
pip install .

Możesz także zainstalować prosto z repozytorium GitHub:

pip install git+https://github.com/tweepy/tweepy.git