Skip to content

tweepy/tweepy

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Oct 30, 2021
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Jan 15, 2025
Apr 24, 2023
Jan 1, 2023
Jan 15, 2025
Jan 16, 2025

Repository files navigation

Tweepy: Twitter for Python!

PyPI Version Python Versions DOI

Documentation Status Test Status Coverage Status

Discord Server

Installation

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]

You can also use Git to clone the repository from GitHub to install the latest development version:

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

Alternatively, install directly from the GitHub repository:

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

Latest version of Python and older versions not end of life (bugfix and security) are supported.

Links