Discover / Marketing

Tweepy Twitter/X API SDK

by tweepyPython

An easy-to-use Python library for accessing the Twitter / X API for social posting.

Toolstable

Maturity: stable because 17y old, v4.17.0 released 32d ago. Derived from release and commit history, not a rating.

Stars
11k
Forks
4.5k
Downloads / mo
4.6M
Last commit
2026-07-02
License
MIT
Open issues
104

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · medium confidence

Calling Twitter API endpoints from Python otherwise means writing the auth and request layer by hand.

Use it when

When a Python project needs to read from or write to the Twitter API.

Not the right pick when

The README is thin and links out to the Twitter API documentation, and access to that API is governed separately.

Capabilities

  • Install the latest release from PyPI with pip
  • Optional asynchronous subpackage through the async extra
  • Install the development version from the Git repository
  • Documentation hosted on Read the Docs

Cost: Cost not stated

Install

Derived from the published package name in the repository, not from a model.

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Has testsHas docsHas examplesCI configured

Detected from the actual files in the repository root.

Latest release v4.17.0

Published 2026-07-02

What's Changed

  • Add reset_time parameter to TooManyRequests by @joshthecoder in https://github.com/tweepy/tweepy/pull/2228
  • Replace deprecated datetime.utcnow() in MongodbCache.store by @Sanjays2402 in https://github.com/tweepy/tweepy/pull/2241

Full Changelog: https://github.com/tweepy/tweepy/compare/v4.16.0...v4.17.0

Tags

README

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


Related tools