Returns the favorite statuses for the authenticating user or user
specified by the ID parameter.
+ .. versionchanged:: 4.0
+ Renamed from ``API.favorites``
+
Parameters
----------
user_id
Returns full Tweet objects for up to 100 Tweets per request, specified
by the ``id`` parameter.
+ .. versionchanged:: 4.0
+ Renamed from ``API.statuses_lookup``
+
Parameters
----------
id
Returns up to 100 user IDs belonging to users who have retweeted the
Tweet specified by the ``id`` parameter.
+ .. versionchanged:: 4.0
+ Renamed from ``API.retweeters``
+
Parameters
----------
id
Returns up to 100 of the first Retweets of the given Tweet.
+ .. versionchanged:: 4.0
+ Renamed from ``API.retweets``
+
Parameters
----------
id
Returns the 20 most recent Tweets of the authenticated user that have
been retweeted by others.
+ .. versionchanged:: 4.0
+ Renamed from ``API.retweets_of_me``
+
Parameters
----------
count
status, filename, *, file, possibly_sensitive, \
in_reply_to_status_id, lat, long, place_id, display_coordinates \
)
-
- .. deprecated:: 3.7.0
- Use :func:`API.media_upload` instead.
Update the authenticated user's status. Statuses that are duplicates or
too long will be silently ignored.
+ .. deprecated:: 3.7.0
+ Use :func:`API.media_upload` instead.
+
+ .. versionchanged:: 4.0
+ Renamed from ``API.update_with_media``
+
Parameters
----------
status
authenticating user) are not currently supported on this endpoint.
[#]_\ [#]_
+ .. versionchanged:: 4.0
+ Renamed from ``API.search``
+
Parameters
----------
q
lists first, so with ``reverse=true``, 20 owned lists and 80
subscriptions would be returned.
+ .. versionchanged:: 4.0
+ Renamed from ``API.lists_all``
+
Parameters
----------
user_id
Returns the members of the specified list.
+ .. versionchanged:: 4.0
+ Renamed from ``API.list_members``
+
Parameters
----------
list_id
Check if the specified user is a member of the specified list.
+ .. versionchanged:: 4.0
+ Renamed from ``API.show_list_member``
+
Parameters
----------
list_id
or ``screen_name`` are not provided, the memberships for the
authenticating user are returned.
+ .. versionchanged:: 4.0
+ Renamed from ``API.lists_memberships``
+
Parameters
----------
user_id
Returns the subscribers of the specified list. Private list subscribers
will only be shown if the authenticated user owns the specified list.
+ .. versionchanged:: 4.0
+ Renamed from ``API.list_subscribers``
+
Parameters
----------
list_id
Check if the specified user is a subscriber of the specified list.
+ .. versionchanged:: 4.0
+ Renamed from ``API.show_list_subscriber``
+
Parameters
----------
owner_screen_name
Obtain a collection of the lists the specified user is subscribed to,
20 lists per page by default. Does not include the user's own lists.
+ .. versionchanged:: 4.0
+ Renamed from ``API.lists_subscriptions``
+
Parameters
----------
user_id
Returns an array containing the IDs of users following the specified
user.
+ .. versionchanged:: 4.0
+ Renamed from ``API.followers_ids``
+
Parameters
----------
user_id
Returns a user's followers ordered in which they were added. If no user
is specified by id/screen name, it defaults to the authenticated user.
+ .. versionchanged:: 4.0
+ Renamed from ``API.followers``
Parameters
----------
Returns an array containing the IDs of users being followed by the
specified user.
+ .. versionchanged:: 4.0
+ Renamed from ``API.friends_ids``
+
Parameters
----------
user_id
Returns a user's friends ordered in which they were added 100 at a
time. If no user is specified it defaults to the authenticated user.
+ .. versionchanged:: 4.0
+ Renamed from ``API.friends``
+
Parameters
----------
user_id
Returns a collection of numeric IDs for every user who has a pending
request to follow the authenticating user.
+ .. versionchanged:: 4.0
+ Renamed from ``API.friendships_incoming``
+
Parameters
----------
cursor
Returns a collection of numeric IDs for every protected user for whom
the authenticating user has a pending follow request.
+ .. versionchanged:: 4.0
+ Renamed from ``API.friendships_outgoing``
+
Parameters
----------
cursor
Returns detailed information about the relationship between two users.
+ .. versionchanged:: 4.0
+ Renamed from ``API.show_friendship``
+
Parameters
----------
source_id
Returns the authenticated user's saved search queries.
+ .. versionchanged:: 4.0
+ Renamed from ``API.saved_searches``
+
Returns
-------
:py:class:`List`\[:class:`~tweepy.models.SavedSearch`]
Returns an array of numeric user IDs the authenticating user is
blocking.
+ .. versionchanged:: 4.0
+ Renamed from ``API.blocks_ids``
+
Parameters
----------
stringify_ids
Returns an array of user objects that the authenticating user is
blocking.
+ .. versionchanged:: 4.0
+ Renamed from ``API.blocks``
+
Parameters
----------
include_entities
Returns an array of numeric user IDs the authenticating user has muted.
+ .. versionchanged:: 4.0
+ Renamed from ``API.mutes_ids``
+
Parameters
----------
stringify_ids
Returns an array of user objects the authenticating user has muted.
+ .. versionchanged:: 4.0
+ Renamed from ``API.mutes``
+
Parameters
----------
cursor
user context provided. Other members of the conversation can still
access the Direct Messages.
+ .. versionchanged:: 4.0
+ Renamed from ``API.destroy_direct_message``
+
Parameters
----------
id
Returns all Direct Message events (both sent and received) within the
last 30 days. Sorted in reverse-chronological order.
+ .. versionchanged:: 4.0
+ Renamed from ``API.list_direct_messages``
+
Parameters
----------
count
information such as a canonical name and country the location belongs
in.
+ .. versionchanged:: 4.0
+ Renamed from ``API.trends_available``
+
Returns
-------
:class:`dict`
A WOEID is a Yahoo! Where On Earth ID.
+ .. versionchanged:: 4.0
+ Renamed from ``API.trends_closest``
+
Parameters
----------
lat
The tweet_volume for the last 24 hours is also returned for many trends
if this is available.
+ .. versionchanged:: 4.0
+ Renamed from ``API.trends_place``
+
Parameters
----------
id
of other parameters. For instance, ``lat`` is required if ``long`` is
provided, and vice-versa.
+ .. versionchanged:: 4.0
+ Renamed from ``API.geo_search``
+
Parameters
----------
lat