MCPcopy
hub / github.com/tweepy/tweepy

github.com/tweepy/tweepy @v4.17.0 sqlite

repository ↗ · DeepWiki ↗ · release v4.17.0 ↗
861 symbols 2,515 edges 57 files 368 documented · 43%
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

Core symbols most depended-on inside this repo

get
called by 124
tweepy/cache.py
request
called by 105
tweepy/api.py
_make_request
called by 66
tweepy/client.py
_make_request
called by 66
tweepy/asynchronous/client.py
items
called by 24
tweepy/cursor.py
_get_authenticating_user_id
called by 19
tweepy/client.py
_get_authenticating_user_id
called by 19
tweepy/asynchronous/client.py
parse
called by 18
tweepy/models.py

Shape

Method 680
Class 89
Route 85
Function 7

Languages

Python100%

Modules by API surface

tweepy/api.py102 symbols
tests/test_api.py91 symbols
tweepy/client.py77 symbols
tweepy/asynchronous/client.py71 symbols
tests/test_client.py71 symbols
tests/test_asyncclient.py70 symbols
tweepy/models.py69 symbols
tweepy/cache.py57 symbols
tweepy/cursor.py34 symbols
tweepy/streaming.py28 symbols
tweepy/asynchronous/streaming.py26 symbols
tweepy/auth.py23 symbols

For agents

$ claude mcp add tweepy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact