tweepy.git
3 years agoUpdate and improve documentation for API.create_friendship
Harmon [Wed, 7 Apr 2021 18:52:43 +0000 (13:52 -0500)]
Update and improve documentation for API.create_friendship

Automatically use docstring for documentation
Improve method and documentation order
Remove id parameter from documentation

3 years agoRemove API.me, AuthHandler.get_username, and OAuthHandler.get_username
Harmon [Wed, 7 Apr 2021 18:44:20 +0000 (13:44 -0500)]
Remove API.me, AuthHandler.get_username, and OAuthHandler.get_username

3 years agoUpdate and improve documentation for API.get_user
Harmon [Wed, 7 Apr 2021 18:40:49 +0000 (13:40 -0500)]
Update and improve documentation for API.get_user

Automatically use docstring for documentation
Improve method and documentation order
Add include_entities parameter to documentation
Remove id parameter from documentation

3 years agoUpdate and improve documentation for API.search_users
Harmon [Wed, 7 Apr 2021 18:37:30 +0000 (13:37 -0500)]
Update and improve documentation for API.search_users

Automatically use docstring for documentation
Improve method and documentation order
Add include_entities parameter to documentation
Improve parameter order in documentation
Fix documentation for count parameter by using substitution

3 years agoFix formatting in documentation for API.lookup_users
Harmon [Wed, 7 Apr 2021 18:33:58 +0000 (13:33 -0500)]
Fix formatting in documentation for API.lookup_users

3 years agoUpdate and improve documentation for API.lookup_users
Harmon [Wed, 7 Apr 2021 18:27:20 +0000 (13:27 -0500)]
Update and improve documentation for API.lookup_users

Automatically use docstring for documentation
Improve method and documentation order
Update parameter names in documentation
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.show_friendship
Harmon [Wed, 7 Apr 2021 18:21:23 +0000 (13:21 -0500)]
Update and improve documentation for API.show_friendship

Automatically use docstring for documentation
Improve method and documentation order

3 years agoImprove payload type consistency for API.no_retweets_friendships
Harmon [Wed, 7 Apr 2021 18:17:20 +0000 (13:17 -0500)]
Improve payload type consistency for API.no_retweets_friendships

3 years agoAdd documentation for API.friendships_outgoing
Harmon [Wed, 7 Apr 2021 18:15:08 +0000 (13:15 -0500)]
Add documentation for API.friendships_outgoing

Improve method order

3 years agoAdd API.no_retweets_friendships
Harmon [Wed, 7 Apr 2021 18:10:05 +0000 (13:10 -0500)]
Add API.no_retweets_friendships

3 years agoUpdate and improve documentation for API.lookup_friendships
Harmon [Wed, 7 Apr 2021 17:40:48 +0000 (12:40 -0500)]
Update and improve documentation for API.lookup_friendships

Automatically use docstring for documentation
Improve method and documentation order
Update parameter names in documentation
Improve parameter order in documentation
Fix return type in documentation

3 years agoAdd documentation for API.friendships_incoming
Harmon [Wed, 7 Apr 2021 17:33:42 +0000 (12:33 -0500)]
Add documentation for API.friendships_incoming

Improve method order

3 years agoUpdate and improve documentation for API.friends
Harmon [Wed, 7 Apr 2021 17:29:30 +0000 (12:29 -0500)]
Update and improve documentation for API.friends

Automatically use docstring for documentation
Improve method and documentation order
Add count parameter to documentation
Remove id parameter from documentation

3 years agoAdd and use substitution for stringify_ids parameter documentation
Harmon [Wed, 7 Apr 2021 17:24:37 +0000 (12:24 -0500)]
Add and use substitution for stringify_ids parameter documentation

3 years agoUpdate and improve documentation for API.friends_ids
Harmon [Wed, 7 Apr 2021 17:23:08 +0000 (12:23 -0500)]
Update and improve documentation for API.friends_ids

Automatically use docstring for documentation
Improve method and documentation order
Add stringify_ids and count parameters to documentation
Remove id parameter from documentation
Improve parameter order in documentation
Improve return type reference

3 years agoUpdate and improve documentation for API.followers
Harmon [Wed, 7 Apr 2021 17:18:03 +0000 (12:18 -0500)]
Update and improve documentation for API.followers

Automatically use docstring for documentation
Improve method and documentation order
Add count, skip_status, and include_user_entities parameters to documentation
Remove id parameter from documentation
Improve parameter order in documentation

3 years agoImprove documentation for API.followers_ids return type
Harmon [Wed, 7 Apr 2021 17:04:15 +0000 (12:04 -0500)]
Improve documentation for API.followers_ids return type

3 years agoAdd stringify_ids endpoint parameter for API.followers_ids
Harmon [Wed, 7 Apr 2021 16:21:33 +0000 (11:21 -0500)]
Add stringify_ids endpoint parameter for API.followers_ids

3 years agoUpdate and improve documentation for API.followers_ids
Harmon [Wed, 7 Apr 2021 16:16:52 +0000 (11:16 -0500)]
Update and improve documentation for API.followers_ids

Automatically use docstring for documentation
Improve method and documentation order
Add API documentation header to match API reference index
Add cursor and count parameters to documentation
Remove id parameter from documentation
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.update_list
Harmon [Wed, 7 Apr 2021 15:59:43 +0000 (10:59 -0500)]
Update and improve documentation for API.update_list

Automatically use docstring for documentation
Improve method and documentation order

3 years agoUpdate and improve documentation for API.unsubscribe_list
Harmon [Wed, 7 Apr 2021 15:56:17 +0000 (10:56 -0500)]
Update and improve documentation for API.unsubscribe_list

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.subscribe_list
Harmon [Wed, 7 Apr 2021 15:54:16 +0000 (10:54 -0500)]
Update and improve documentation for API.subscribe_list

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.remove_list_members
Harmon [Wed, 7 Apr 2021 15:51:30 +0000 (10:51 -0500)]
Update and improve documentation for API.remove_list_members

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.remove_list_member
Harmon [Wed, 7 Apr 2021 15:45:32 +0000 (10:45 -0500)]
Update and improve documentation for API.remove_list_member

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.add_list_members
Harmon [Wed, 7 Apr 2021 15:43:04 +0000 (10:43 -0500)]
Update and improve documentation for API.add_list_members

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.add_list_member
Harmon [Wed, 7 Apr 2021 15:39:28 +0000 (10:39 -0500)]
Update and improve documentation for API.add_list_member

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.destroy_list
Harmon [Wed, 7 Apr 2021 15:36:36 +0000 (10:36 -0500)]
Update and improve documentation for API.destroy_list

Automatically use docstring for documentation
Improve method and documentation order

3 years agoUpdate and improve documentation for API.create_list
Harmon [Wed, 7 Apr 2021 15:34:24 +0000 (10:34 -0500)]
Update and improve documentation for API.create_list

Automatically use docstring for documentation
Improve method and documentation order

3 years agoUpdate and improve documentation for API.lists_subscriptions
Harmon [Wed, 7 Apr 2021 15:31:21 +0000 (10:31 -0500)]
Update and improve documentation for API.lists_subscriptions

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.show_list_subscriber
Harmon [Wed, 7 Apr 2021 15:28:42 +0000 (10:28 -0500)]
Update and improve documentation for API.show_list_subscriber

Automatically use docstring for documentation
Improve method and documentation order
Add include_entities and skip_status parameters to documentation
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.list_subscribers
Harmon [Wed, 7 Apr 2021 15:24:06 +0000 (10:24 -0500)]
Update and improve documentation for API.list_subscribers

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.list_timeline
Harmon [Wed, 7 Apr 2021 15:20:22 +0000 (10:20 -0500)]
Update and improve documentation for API.list_timeline

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation
Improve capitalization

3 years agoUpdate and improve documentation for API.get_list
Harmon [Wed, 7 Apr 2021 15:14:48 +0000 (10:14 -0500)]
Update and improve documentation for API.get_list

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoFix API.lists_memberships signature in documentation
Harmon [Wed, 7 Apr 2021 15:11:34 +0000 (10:11 -0500)]
Fix API.lists_memberships signature in documentation

3 years agoUpdate and improve documentation for API.lists_ownerships
Harmon [Wed, 7 Apr 2021 15:10:22 +0000 (10:10 -0500)]
Update and improve documentation for API.lists_ownerships

Automatically use docstring for documentation
Improve method and documentation order

3 years agoUpdate and improve documentation for API.lists_memberships
Harmon [Wed, 7 Apr 2021 15:05:34 +0000 (10:05 -0500)]
Update and improve documentation for API.lists_memberships

Automatically use docstring for documentation
Improve method and documentation order
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.show_list_member
Harmon [Wed, 7 Apr 2021 15:01:34 +0000 (10:01 -0500)]
Update and improve documentation for API.show_list_member

Automatically use docstring for documentation
Improve method and documentation order
Add include_entities and skip_status parameters to documentation
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.list_members
Harmon [Wed, 7 Apr 2021 14:57:21 +0000 (09:57 -0500)]
Update and improve documentation for API.list_members

Automatically use docstring for documentation
Improve method and documentation order
Add count, include_entities, and skip_status parameters to documentation
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.lists_all
Harmon [Wed, 7 Apr 2021 14:50:09 +0000 (09:50 -0500)]
Update and improve documentation for API.lists_all

Automatically use docstring for documentation
Improve method and documentation order
Add API documentation headers to match API reference index
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.search
Harmon [Wed, 7 Apr 2021 14:25:38 +0000 (09:25 -0500)]
Update and improve documentation for API.search

Automatically use docstring for documentation
Improve method and documentation order
Add API documentation header to match API reference index

3 years agoImprove API.update_with_media documentation line length consistency
Harmon [Wed, 7 Apr 2021 14:15:16 +0000 (09:15 -0500)]
Improve API.update_with_media documentation line length consistency

3 years agoUpdate and improve documentation for API.update_with_media
Harmon [Wed, 7 Apr 2021 14:10:02 +0000 (09:10 -0500)]
Update and improve documentation for API.update_with_media

Automatically use docstring for documentation
Improve method order
Add possibly_sensitive and display_coordinates parameters to documentation
Remove auto_populate_reply_metadata and source parameters from documentation
Use deprecated directive
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.update_status
Harmon [Wed, 7 Apr 2021 13:49:31 +0000 (08:49 -0500)]
Update and improve documentation for API.update_status

Automatically use docstring for documentation

3 years agoUpdate and improve documentation for API.unretweet
Harmon [Wed, 7 Apr 2021 13:39:41 +0000 (08:39 -0500)]
Update and improve documentation for API.unretweet

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for trim_user parameter
Improve capitalization

3 years agoUpdate and improve documentation for API.retweet
Harmon [Wed, 7 Apr 2021 13:36:16 +0000 (08:36 -0500)]
Update and improve documentation for API.retweet

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for trim_user parameter
Improve capitalization

3 years agoUpdate and improve documentation for API.destroy_status
Harmon [Wed, 7 Apr 2021 13:31:39 +0000 (08:31 -0500)]
Update and improve documentation for API.destroy_status

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for trim_user parameter
Improve formatting

3 years agoUpdate and improve documentation for API.destroy_favorite
Harmon [Tue, 6 Apr 2021 23:57:57 +0000 (18:57 -0500)]
Update and improve documentation for API.destroy_favorite

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for include_entities parameter
Improve formatting and capitalization of reference

3 years agoUpdate and improve documentation for API.create_favorite
Harmon [Tue, 6 Apr 2021 23:50:16 +0000 (18:50 -0500)]
Update and improve documentation for API.create_favorite

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for include_entities parameter
Improve formatting and capitalization of reference

3 years agoImprove API documentation line length consistency
Harmon [Tue, 6 Apr 2021 23:43:39 +0000 (18:43 -0500)]
Improve API documentation line length consistency

3 years agoUpdate and improve documentation for API.get_status
Harmon [Tue, 6 Apr 2021 23:40:43 +0000 (18:40 -0500)]
Update and improve documentation for API.get_status

Automatically use docstring for documentation

3 years agoUpdate and improve documentation for API.retweets_of_me
Harmon [Tue, 6 Apr 2021 23:29:44 +0000 (18:29 -0500)]
Update and improve documentation for API.retweets_of_me

Automatically use docstring for documentation
Add trim_user, include_entities, and include_user_entities parameters to documentation
Remove page parameter from documentation
Improve parameter order in documentation
Improve capitalization

3 years agoUpdate and improve documentation for API.retweets
Harmon [Tue, 6 Apr 2021 23:17:57 +0000 (18:17 -0500)]
Update and improve documentation for API.retweets

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for trim_user parameter
Use substitution for count parameter documentation
Improve capitalization

3 years agoUse Intersphinx linking to link to Python documentation
Harmon [Tue, 6 Apr 2021 23:02:08 +0000 (18:02 -0500)]
Use Intersphinx linking to link to Python documentation

3 years agoUpdate and improve documentation for API.retweeters
Harmon [Tue, 6 Apr 2021 22:53:36 +0000 (17:53 -0500)]
Update and improve documentation for API.retweeters

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for count parameter
Improve capitalization
Improve formatting and reference

3 years agoUpdate and improve documentation for API.get_oembed
Harmon [Tue, 6 Apr 2021 22:33:16 +0000 (17:33 -0500)]
Update and improve documentation for API.get_oembed

Automatically use docstring for documentation
Improve method and documentation order
Improve formatting

3 years agoAdd API documentation subsection header to match API reference index
Harmon [Tue, 6 Apr 2021 22:28:44 +0000 (17:28 -0500)]
Add API documentation subsection header to match API reference index

Update header types within subsection to be subsubsection headers

3 years agoUpdate and improve documentation for API.statuses_lookup
Harmon [Tue, 6 Apr 2021 22:14:29 +0000 (17:14 -0500)]
Update and improve documentation for API.statuses_lookup

Automatically use docstring for documentation
Update id and map parameter names in documentation
Improve capitalization

3 years agoUpdate and improve documentation for API.favorites
Harmon [Tue, 6 Apr 2021 22:11:05 +0000 (17:11 -0500)]
Update and improve documentation for API.favorites

Automatically use docstring for documentation
Improve method and documentation order
Add user_id, screen_name, count, since_id, max_id, and include_entities parameters to documentation
Remove id and page parameters from documentation

3 years agoAdd API documentation header to match API reference index
Harmon [Tue, 6 Apr 2021 22:06:23 +0000 (17:06 -0500)]
Add API documentation header to match API reference index

3 years agoUpdate API documentation header to match API reference index
Harmon [Tue, 6 Apr 2021 22:02:50 +0000 (17:02 -0500)]
Update API documentation header to match API reference index

3 years agoUpdate and improve documentation for API.user_timeline
Harmon [Tue, 6 Apr 2021 19:01:58 +0000 (14:01 -0500)]
Update and improve documentation for API.user_timeline

Automatically use docstring for documentation
Improve method and documentation order

3 years agoUpdate and improve documentation for API.mentions_timeline
Harmon [Tue, 6 Apr 2021 18:56:06 +0000 (13:56 -0500)]
Update and improve documentation for API.mentions_timeline

Automatically use docstring for documentation
Improve method and documentation order
Add documentation for trim_user and include_entities parameters
Improve parameter order in documentation

3 years agoUpdate and improve documentation for API.home_timeline
Harmon [Tue, 6 Apr 2021 18:43:38 +0000 (13:43 -0500)]
Update and improve documentation for API.home_timeline

Automatically use docstring for documentation

3 years agoRename auth_handler API initialization parameter to auth
Harmon [Tue, 6 Apr 2021 18:15:25 +0000 (13:15 -0500)]
Rename auth_handler API initialization parameter to auth

3 years agoDefault parser to None for API initialization
Harmon [Tue, 6 Apr 2021 18:11:27 +0000 (13:11 -0500)]
Default parser to None for API initialization

3 years agoDefault proxy to None for API initialization
Harmon [Tue, 6 Apr 2021 18:07:08 +0000 (13:07 -0500)]
Default proxy to None for API initialization

3 years agoStop allowing positional arguments for API initialization
Harmon [Tue, 6 Apr 2021 17:59:21 +0000 (12:59 -0500)]
Stop allowing positional arguments for API initialization

Stop allowing positional arguments besides auth_handler for API initialization

3 years agoImprove TypeError message for API initialization
Harmon [Tue, 6 Apr 2021 17:52:57 +0000 (12:52 -0500)]
Improve TypeError message for API initialization

3 years agoImprove API initialization
Harmon [Tue, 6 Apr 2021 17:39:12 +0000 (12:39 -0500)]
Improve API initialization

Set default parser in __init__ signature
Remove parser_type

3 years agoFix API documentation to refer to Parser instance for parser parameter
Harmon [Tue, 6 Apr 2021 17:35:11 +0000 (12:35 -0500)]
Fix API documentation to refer to Parser instance for parser parameter

3 years agoImprove documentation for API
Harmon [Tue, 6 Apr 2021 17:18:38 +0000 (12:18 -0500)]
Improve documentation for API

Automatically use docstring for documentation
Improve capitalization and article usage
Add documentation for upload_host parameter
Add reference URL
Remove periods

3 years agoFix API Reference header in documentation
Harmon [Tue, 6 Apr 2021 16:17:20 +0000 (11:17 -0500)]
Fix API Reference header in documentation

3 years agoProperly wrap methods with pagination and payload decorators
Harmon [Tue, 6 Apr 2021 16:02:00 +0000 (11:02 -0500)]
Properly wrap methods with pagination and payload decorators

3 years agoProperly handle HTTP request errors with no Twitter API errors
Harmon [Sun, 4 Apr 2021 16:03:49 +0000 (11:03 -0500)]
Properly handle HTTP request errors with no Twitter API errors

3 years agoHandle Twitter API errors with successful HTTP status codes
Harmon [Sun, 4 Apr 2021 15:07:55 +0000 (10:07 -0500)]
Handle Twitter API errors with successful HTTP status codes

3 years agoImprove formatting in mixins.py
Harmon [Sun, 4 Apr 2021 14:56:06 +0000 (09:56 -0500)]
Improve formatting in mixins.py

3 years agoIgnore tweet_mode when warning about unexpected parameters
Harmon [Sun, 4 Apr 2021 14:54:45 +0000 (09:54 -0500)]
Ignore tweet_mode when warning about unexpected parameters

3 years agoHandle ChunkedEncodingError during streaming
Harmon [Sun, 4 Apr 2021 14:50:41 +0000 (09:50 -0500)]
Handle ChunkedEncodingError during streaming

3 years agoMerge pull request #1486 from tweepy/video-upload
Harmon [Sun, 4 Apr 2021 14:32:38 +0000 (09:32 -0500)]
Merge pull request #1486 from tweepy/video-upload

Rework media uploading

3 years agoMerge branch 'master' into video-upload
Harmon [Sun, 4 Apr 2021 14:28:52 +0000 (09:28 -0500)]
Merge branch 'master' into video-upload

3 years agoAdd TwitterServerError
Harmon [Sun, 4 Apr 2021 14:22:50 +0000 (09:22 -0500)]
Add TwitterServerError

3 years agoAdd BadRequest
Harmon [Sun, 4 Apr 2021 14:16:02 +0000 (09:16 -0500)]
Add BadRequest

3 years agoAdd Forbidden
Harmon [Sun, 4 Apr 2021 14:06:12 +0000 (09:06 -0500)]
Add Forbidden

3 years agoAdd Unauthorized
Harmon [Sun, 4 Apr 2021 13:57:11 +0000 (08:57 -0500)]
Add Unauthorized

3 years agoAdd NotFound
Harmon [Sun, 4 Apr 2021 13:52:42 +0000 (08:52 -0500)]
Add NotFound

3 years agoReplace TweepError with HTTPException
Harmon [Sun, 4 Apr 2021 13:34:03 +0000 (08:34 -0500)]
Replace TweepError with HTTPException

Replace RateLimitError with TooManyRequests
Remove Parser.parse_error

3 years agoReplace TweepError with TweepyException where not HTTP request error
Harmon [Wed, 24 Mar 2021 09:04:24 +0000 (04:04 -0500)]
Replace TweepError with TweepyException where not HTTP request error

3 years agoAdd TweepyException
Harmon [Wed, 24 Mar 2021 08:54:32 +0000 (03:54 -0500)]
Add TweepyException

3 years agoRename Hashable to HashableID
Harmon [Tue, 23 Feb 2021 03:21:52 +0000 (21:21 -0600)]
Rename Hashable to HashableID

3 years agoRename EqualityComparable to EqualityComparableID
Harmon [Tue, 23 Feb 2021 03:20:35 +0000 (21:20 -0600)]
Rename EqualityComparable to EqualityComparableID

3 years agoMerge pull request #830 from fitnr/follow_int
Harmon [Sun, 21 Feb 2021 21:46:53 +0000 (15:46 -0600)]
Merge pull request #830 from fitnr/follow_int

Allow int or str IDs as streaming arguments

3 years agoMerge branch 'master' into follow_int
Harmon [Sun, 21 Feb 2021 21:45:42 +0000 (15:45 -0600)]
Merge branch 'master' into follow_int

3 years agoUse map for string casts in Stream.filter
Harmon [Sun, 21 Feb 2021 21:43:45 +0000 (15:43 -0600)]
Use map for string casts in Stream.filter

3 years agoImprove Twitter Developer API reference link for API.media_upload
Harmon [Sun, 21 Feb 2021 04:47:34 +0000 (22:47 -0600)]
Improve Twitter Developer API reference link for API.media_upload

3 years agoUpdate Twitter Developer API reference links in API method docstrings
Harmon [Sun, 21 Feb 2021 04:46:53 +0000 (22:46 -0600)]
Update Twitter Developer API reference links in API method docstrings

3 years agoAdd wait_for_async_finalize parameter for API.chunked_upload
Harmon [Sun, 21 Feb 2021 04:24:38 +0000 (22:24 -0600)]
Add wait_for_async_finalize parameter for API.chunked_upload

3 years agoClarify documentation for media upload methods
Harmon [Sun, 21 Feb 2021 04:16:34 +0000 (22:16 -0600)]
Clarify documentation for media upload methods

So as to refer to uploading media rather than only images

3 years agoSpecify what methods are called in documentation for API.chunked_upload
Harmon [Sun, 21 Feb 2021 04:13:20 +0000 (22:13 -0600)]
Specify what methods are called in documentation for API.chunked_upload

3 years agoSpecify what methods are called in documentation for API.media_upload
Harmon [Sun, 21 Feb 2021 04:12:57 +0000 (22:12 -0600)]
Specify what methods are called in documentation for API.media_upload

3 years agoImprove documentation to clarify usage of chunked upload endpoints
Harmon [Sat, 20 Feb 2021 01:20:03 +0000 (19:20 -0600)]
Improve documentation to clarify usage of chunked upload endpoints