tweepy.git
3 years agoUpdate test using API.create_block to pass keyword argument
Harmon [Sat, 13 Feb 2021 22:02:10 +0000 (16:02 -0600)]
Update test using API.create_block to pass keyword argument

3 years agoRemove id endpoint parameter for API.create_block
Harmon [Sat, 13 Feb 2021 22:01:16 +0000 (16:01 -0600)]
Remove id endpoint parameter for API.create_block

3 years agoStop allowing positional arguments besides id for API.destroy_favorite
Harmon [Sat, 13 Feb 2021 20:06:29 +0000 (14:06 -0600)]
Stop allowing positional arguments besides id for API.destroy_favorite

3 years agoAdd include_entities endpoint parameter for API.destroy_favorite
Harmon [Sat, 13 Feb 2021 20:05:36 +0000 (14:05 -0600)]
Add include_entities endpoint parameter for API.destroy_favorite

3 years agoRequire id parameter for API.destroy_favorite
Harmon [Sat, 13 Feb 2021 20:04:59 +0000 (14:04 -0600)]
Require id parameter for API.destroy_favorite

3 years agoStop allowing positional arguments besides id for API.create_favorite
Harmon [Sat, 13 Feb 2021 20:02:23 +0000 (14:02 -0600)]
Stop allowing positional arguments besides id for API.create_favorite

3 years agoAdd include_entities endpoint parameter for API.create_favorite
Harmon [Sat, 13 Feb 2021 20:01:10 +0000 (14:01 -0600)]
Add include_entities endpoint parameter for API.create_favorite

3 years agoRequire id parameter for API.create_favorite
Harmon [Sat, 13 Feb 2021 20:00:18 +0000 (14:00 -0600)]
Require id parameter for API.create_favorite

3 years agoStop allowing positional arguments for API.favorites
Harmon [Sat, 13 Feb 2021 19:56:26 +0000 (13:56 -0600)]
Stop allowing positional arguments for API.favorites

Also improve endpoint parameters order to match Twitter API documentation

3 years agoAdd include_entities endpoint parameter for API.favorites
Harmon [Sat, 13 Feb 2021 19:54:30 +0000 (13:54 -0600)]
Add include_entities endpoint parameter for API.favorites

3 years agoStop allowing positional arguments for API.update_profile
Harmon [Sat, 13 Feb 2021 19:52:47 +0000 (13:52 -0600)]
Stop allowing positional arguments for API.update_profile

3 years agoAdd endpoint parameters for API.update_profile
Harmon [Sat, 13 Feb 2021 19:51:45 +0000 (13:51 -0600)]
Add endpoint parameters for API.update_profile

Add include_entities and skip_status endpoint parameters for API.update_profile

3 years agoRemove undefined argument for API.request in API.update_profile_image
Harmon [Sat, 13 Feb 2021 06:26:14 +0000 (00:26 -0600)]
Remove undefined argument for API.request in API.update_profile_image

3 years agoStop allowing positional arguments for API.rate_limit_status
Harmon [Sat, 13 Feb 2021 06:19:35 +0000 (00:19 -0600)]
Stop allowing positional arguments for API.rate_limit_status

3 years agoRemove handling of 401 HTTP status code in API.verify_credentials
Harmon [Sat, 13 Feb 2021 06:14:21 +0000 (00:14 -0600)]
Remove handling of 401 HTTP status code in API.verify_credentials

3 years agoStop allowing positional arguments for API.set_settings
Harmon [Sat, 13 Feb 2021 06:09:44 +0000 (00:09 -0600)]
Stop allowing positional arguments for API.set_settings

3 years agoRemove allow_contributor_request endpoint parameter for API.set_settings
Harmon [Sat, 13 Feb 2021 06:08:52 +0000 (00:08 -0600)]
Remove allow_contributor_request endpoint parameter for API.set_settings

3 years agoStop allowing positional arguments for API.get_settings
Harmon [Fri, 12 Feb 2021 23:49:20 +0000 (17:49 -0600)]
Stop allowing positional arguments for API.get_settings

Also improve docstring formatting consistency

3 years agoStop allowing positional arguments for API.followers
Harmon [Fri, 12 Feb 2021 23:47:48 +0000 (17:47 -0600)]
Stop allowing positional arguments for API.followers

3 years agoUpdate cassette for test using API.followers
Harmon [Fri, 12 Feb 2021 23:46:36 +0000 (17:46 -0600)]
Update cassette for test using API.followers

3 years agoUpdate test using API.followers to pass keyword argument
Harmon [Fri, 12 Feb 2021 23:43:04 +0000 (17:43 -0600)]
Update test using API.followers to pass keyword argument

3 years agoRemove id endpoint parameter for API.followers
Harmon [Fri, 12 Feb 2021 23:37:33 +0000 (17:37 -0600)]
Remove id endpoint parameter for API.followers

3 years agoStop allowing positional arguments for API.followers_ids
Harmon [Fri, 12 Feb 2021 23:35:51 +0000 (17:35 -0600)]
Stop allowing positional arguments for API.followers_ids

3 years agoUpdate cassettes for tests using API.followers_ids
Harmon [Fri, 12 Feb 2021 23:31:38 +0000 (17:31 -0600)]
Update cassettes for tests using API.followers_ids

3 years agoUpdate tests using API.followers_ids to pass keyword arguments
Harmon [Fri, 12 Feb 2021 23:25:30 +0000 (17:25 -0600)]
Update tests using API.followers_ids to pass keyword arguments

3 years agoRemove id endpoint parameter for API.followers_ids
Harmon [Fri, 12 Feb 2021 23:24:24 +0000 (17:24 -0600)]
Remove id endpoint parameter for API.followers_ids

3 years agoStop allowing positional arguments for API.friendships_outgoing
Harmon [Fri, 12 Feb 2021 04:17:37 +0000 (22:17 -0600)]
Stop allowing positional arguments for API.friendships_outgoing

3 years agoAdd stringify_ids endpoint parameter for API.friendships_outgoing
Harmon [Fri, 12 Feb 2021 04:17:15 +0000 (22:17 -0600)]
Add stringify_ids endpoint parameter for API.friendships_outgoing

3 years agoStop allowing positional arguments for API.friendships_incoming
Harmon [Fri, 12 Feb 2021 04:12:50 +0000 (22:12 -0600)]
Stop allowing positional arguments for API.friendships_incoming

3 years agoAdd stringify_ids endpoint parameter for API.friendships_incoming
Harmon [Fri, 12 Feb 2021 04:11:55 +0000 (22:11 -0600)]
Add stringify_ids endpoint parameter for API.friendships_incoming

3 years agoStop allowing positional arguments for API.friends
Harmon [Fri, 12 Feb 2021 04:10:05 +0000 (22:10 -0600)]
Stop allowing positional arguments for API.friends

3 years agoUpdate cassette for test using API.friends
Harmon [Fri, 12 Feb 2021 04:08:20 +0000 (22:08 -0600)]
Update cassette for test using API.friends

3 years agoUpdate test using API.friends to pass keyword argument
Harmon [Fri, 12 Feb 2021 04:06:50 +0000 (22:06 -0600)]
Update test using API.friends to pass keyword argument

3 years agoRemove id endpoint parameter for API.friends
Harmon [Fri, 12 Feb 2021 04:06:29 +0000 (22:06 -0600)]
Remove id endpoint parameter for API.friends

3 years agoStop allowing positional arguments for API.friends_ids
Harmon [Fri, 12 Feb 2021 04:03:03 +0000 (22:03 -0600)]
Stop allowing positional arguments for API.friends_ids

3 years agoAdd stringify_ids and count endpoint parameters for API.friends_ids
Harmon [Fri, 12 Feb 2021 04:01:37 +0000 (22:01 -0600)]
Add stringify_ids and count endpoint parameters for API.friends_ids

3 years agoUpdate cassette for test using API.friends_ids
Harmon [Fri, 12 Feb 2021 03:59:57 +0000 (21:59 -0600)]
Update cassette for test using API.friends_ids

3 years agoUpdate test using API.friends_ids to pass keyword argument
Harmon [Fri, 12 Feb 2021 03:57:58 +0000 (21:57 -0600)]
Update test using API.friends_ids to pass keyword argument

3 years agoRemove id endpoint parameter for API.friends_ids
Harmon [Fri, 12 Feb 2021 03:57:26 +0000 (21:57 -0600)]
Remove id endpoint parameter for API.friends_ids

3 years agoImprove parameter order in API.lookup_friendships
Harmon [Fri, 12 Feb 2021 03:53:11 +0000 (21:53 -0600)]
Improve parameter order in API.lookup_friendships

So as to match Twitter API documentation

3 years agoChange API.lookup_friendships parameters to be keyword-only
Harmon [Fri, 12 Feb 2021 03:51:24 +0000 (21:51 -0600)]
Change API.lookup_friendships parameters to be keyword-only

Change user_id and screen_name API.lookup_friendships parameters to be keyword-only

3 years agoRename screen_names API.lookup_friendships parameter to screen_name
Harmon [Fri, 12 Feb 2021 03:49:41 +0000 (21:49 -0600)]
Rename screen_names API.lookup_friendships parameter to screen_name

3 years agoRename user_ids API.lookup_friendships parameter to user_id
Harmon [Fri, 12 Feb 2021 03:48:32 +0000 (21:48 -0600)]
Rename user_ids API.lookup_friendships parameter to user_id

3 years agoStop allowing positional arguments for API.show_friendship
Harmon [Fri, 12 Feb 2021 03:46:55 +0000 (21:46 -0600)]
Stop allowing positional arguments for API.show_friendship

3 years agoStop allowing positional arguments for API.destroy_friendship
Harmon [Fri, 12 Feb 2021 03:45:27 +0000 (21:45 -0600)]
Stop allowing positional arguments for API.destroy_friendship

Also improve endpoint parameters order to match Twitter API documentation

3 years agoUpdate cassette for test using API.destroy_friendship
Harmon [Fri, 12 Feb 2021 03:43:41 +0000 (21:43 -0600)]
Update cassette for test using API.destroy_friendship

3 years agoUpdate test using API.destroy_friendship to pass keyword argument
Harmon [Fri, 12 Feb 2021 03:41:04 +0000 (21:41 -0600)]
Update test using API.destroy_friendship to pass keyword argument

3 years agoRemove id endpoint parameter for API.destroy_friendship
Harmon [Fri, 12 Feb 2021 03:40:00 +0000 (21:40 -0600)]
Remove id endpoint parameter for API.destroy_friendship

3 years agoStop allowing positional arguments for API.create_friendship
Harmon [Fri, 12 Feb 2021 03:38:10 +0000 (21:38 -0600)]
Stop allowing positional arguments for API.create_friendship

Also improve endpoint parameters order to match Twitter API documentation

3 years agoUpdate cassettes for tests using API.create_friendship
Harmon [Fri, 12 Feb 2021 03:35:03 +0000 (21:35 -0600)]
Update cassettes for tests using API.create_friendship

3 years agoUpdate tests using API.create_friendship to pass keyword arguments
Harmon [Fri, 12 Feb 2021 03:30:28 +0000 (21:30 -0600)]
Update tests using API.create_friendship to pass keyword arguments

3 years agoRemove id endpoint parameter for API.create_friendship
Harmon [Fri, 12 Feb 2021 03:29:36 +0000 (21:29 -0600)]
Remove id endpoint parameter for API.create_friendship

3 years agoStop allowing positional arguments for API.destroy_direct_message
Harmon [Wed, 10 Feb 2021 19:31:53 +0000 (13:31 -0600)]
Stop allowing positional arguments for API.destroy_direct_message

Stop allowing positional arguments besides id for API.destroy_direct_message

3 years agoRequire id parameter for API.destroy_direct_message
Harmon [Wed, 10 Feb 2021 19:30:44 +0000 (13:30 -0600)]
Require id parameter for API.destroy_direct_message

3 years agoChange API.send_direct_message parameters to be keyword-only
Harmon [Wed, 10 Feb 2021 19:29:34 +0000 (13:29 -0600)]
Change API.send_direct_message parameters to be keyword-only

Change quick_reply_options, attachment_type, attachment_media_id, and ctas API.send_direct_message parameters to be keyword-only

3 years agoStop allowing positional arguments for API.list_direct_messages
Harmon [Wed, 10 Feb 2021 19:25:43 +0000 (13:25 -0600)]
Stop allowing positional arguments for API.list_direct_messages

3 years agoStop allowing positional arguments besides id for API.get_direct_message
Harmon [Wed, 10 Feb 2021 19:24:32 +0000 (13:24 -0600)]
Stop allowing positional arguments besides id for API.get_direct_message

3 years agoRequire id parameter for API.get_direct_message
Harmon [Wed, 10 Feb 2021 19:23:40 +0000 (13:23 -0600)]
Require id parameter for API.get_direct_message

3 years agoStop allowing positional arguments besides q for API.search_users
Harmon [Wed, 10 Feb 2021 19:21:48 +0000 (13:21 -0600)]
Stop allowing positional arguments besides q for API.search_users

Also improve endpoint parameters order to match Twitter API documentation

3 years agoAdd include_entities endpoint parameter for API.search_users
Harmon [Wed, 10 Feb 2021 19:20:07 +0000 (13:20 -0600)]
Add include_entities endpoint parameter for API.search_users

3 years agoRequire q parameter for API.search_users
Harmon [Wed, 10 Feb 2021 19:18:49 +0000 (13:18 -0600)]
Require q parameter for API.search_users

3 years agoImprove parameter order in API.lookup_users
Harmon [Wed, 10 Feb 2021 19:17:22 +0000 (13:17 -0600)]
Improve parameter order in API.lookup_users

3 years agoStop allowing positional arguments for API.lookup_users
Harmon [Wed, 10 Feb 2021 19:16:01 +0000 (13:16 -0600)]
Stop allowing positional arguments for API.lookup_users

3 years agoChange API.lookup_users parameters to be keyword-only
Harmon [Wed, 10 Feb 2021 19:14:49 +0000 (13:14 -0600)]
Change API.lookup_users parameters to be keyword-only

Change user_id and screen_name API.lookup_users parameters to be keyword-only

3 years agoRename screen_names API.lookup_users parameter to screen_name
Harmon [Wed, 10 Feb 2021 19:12:16 +0000 (13:12 -0600)]
Rename screen_names API.lookup_users parameter to screen_name

3 years agoRename user_ids API.lookup_users parameter to user_id
Harmon [Wed, 10 Feb 2021 19:07:54 +0000 (13:07 -0600)]
Rename user_ids API.lookup_users parameter to user_id

3 years agoStop allowing positional arguments besides url for API.get_oembed
Harmon [Wed, 10 Feb 2021 19:06:03 +0000 (13:06 -0600)]
Stop allowing positional arguments besides url for API.get_oembed

3 years agoRequire url parameter for API.get_oembed
Harmon [Wed, 10 Feb 2021 19:04:24 +0000 (13:04 -0600)]
Require url parameter for API.get_oembed

3 years agoStop allowing positional arguments for API.get_user
Harmon [Wed, 10 Feb 2021 04:46:40 +0000 (22:46 -0600)]
Stop allowing positional arguments for API.get_user

3 years agoAdd include_entities endpoint parameter for API.get_user
Harmon [Wed, 10 Feb 2021 04:45:49 +0000 (22:45 -0600)]
Add include_entities endpoint parameter for API.get_user

3 years agoUpdate cassettes for tests using API.get_user
Harmon [Wed, 10 Feb 2021 04:43:46 +0000 (22:43 -0600)]
Update cassettes for tests using API.get_user

3 years agoUpdate tests using API.get_user to pass keyword arguments
Harmon [Wed, 10 Feb 2021 04:32:24 +0000 (22:32 -0600)]
Update tests using API.get_user to pass keyword arguments

3 years agoRemove id endpoint parameter for API.get_user
Harmon [Wed, 10 Feb 2021 04:19:20 +0000 (22:19 -0600)]
Remove id endpoint parameter for API.get_user

3 years agoStop allowing positional arguments besides id for API.retweeters
Harmon [Wed, 10 Feb 2021 04:18:05 +0000 (22:18 -0600)]
Stop allowing positional arguments besides id for API.retweeters

3 years agoAdd count endpoint parameter for API.retweeters
Harmon [Wed, 10 Feb 2021 04:16:54 +0000 (22:16 -0600)]
Add count endpoint parameter for API.retweeters

3 years agoRequire id parameter for API.retweeters
Harmon [Wed, 10 Feb 2021 04:15:47 +0000 (22:15 -0600)]
Require id parameter for API.retweeters

3 years agoStop allowing positional arguments besides id for API.retweets
Harmon [Wed, 10 Feb 2021 04:14:17 +0000 (22:14 -0600)]
Stop allowing positional arguments besides id for API.retweets

3 years agoAdd trim_user endpoint parameter for API.retweets
Harmon [Wed, 10 Feb 2021 04:13:28 +0000 (22:13 -0600)]
Add trim_user endpoint parameter for API.retweets

3 years agoRename status_id API.retweets parameter to id
Harmon [Wed, 10 Feb 2021 04:12:40 +0000 (22:12 -0600)]
Rename status_id API.retweets parameter to id

3 years agoStop allowing positional arguments besides id for API.unretweet
Harmon [Wed, 10 Feb 2021 04:11:27 +0000 (22:11 -0600)]
Stop allowing positional arguments besides id for API.unretweet

3 years agoAdd trim_user endpoint parameter for API.unretweet
Harmon [Wed, 10 Feb 2021 04:10:45 +0000 (22:10 -0600)]
Add trim_user endpoint parameter for API.unretweet

3 years agoRename status_id API.unretweet parameter to id
Harmon [Wed, 10 Feb 2021 04:09:26 +0000 (22:09 -0600)]
Rename status_id API.unretweet parameter to id

3 years agoStop allowing positional arguments besides id for API.retweet
Harmon [Wed, 10 Feb 2021 04:08:48 +0000 (22:08 -0600)]
Stop allowing positional arguments besides id for API.retweet

3 years agoAdd trim_user endpoint parameter for API.retweet
Harmon [Wed, 10 Feb 2021 04:07:56 +0000 (22:07 -0600)]
Add trim_user endpoint parameter for API.retweet

3 years agoRename status_id API.retweet parameter to id
Harmon [Wed, 10 Feb 2021 04:06:58 +0000 (22:06 -0600)]
Rename status_id API.retweet parameter to id

3 years agoStop allowing positional arguments besides id for API.destroy_status
Harmon [Wed, 10 Feb 2021 04:05:51 +0000 (22:05 -0600)]
Stop allowing positional arguments besides id for API.destroy_status

3 years agoAdd trim_user endpoint parameter for API.destroy_status
Harmon [Wed, 10 Feb 2021 04:04:52 +0000 (22:04 -0600)]
Add trim_user endpoint parameter for API.destroy_status

3 years agoRename status_id API.destroy_status parameter to id
Harmon [Wed, 10 Feb 2021 04:01:42 +0000 (22:01 -0600)]
Rename status_id API.destroy_status parameter to id

3 years agoStop allowing positional arguments for API.create_media_metadata
Harmon [Wed, 10 Feb 2021 03:59:14 +0000 (21:59 -0600)]
Stop allowing positional arguments for API.create_media_metadata

Stop allowing positional arguments besides media_id and alt_text for API.create_media_metadata

3 years agoPass json_payload argument directly in API.create_media_metadata
Harmon [Wed, 10 Feb 2021 03:56:21 +0000 (21:56 -0600)]
Pass json_payload argument directly in API.create_media_metadata

Pass json_payload argument directly to API.request in API.create_media_metadata

3 years agoRemove endpoint_parameters argument in API.create_media_metadata
Harmon [Wed, 10 Feb 2021 03:55:19 +0000 (21:55 -0600)]
Remove endpoint_parameters argument in API.create_media_metadata

Remove unnecessary endpoint_parameters argument for API.request in API.create_media_metadata

3 years agoStop allowing positional arguments besides status for API.update_status
Harmon [Mon, 8 Feb 2021 08:58:18 +0000 (02:58 -0600)]
Stop allowing positional arguments besides status for API.update_status

3 years agoRequire status parameter for API.update_status
Harmon [Mon, 8 Feb 2021 08:51:32 +0000 (02:51 -0600)]
Require status parameter for API.update_status

3 years agoStop allowing positional arguments besides id for API.get_status
Harmon [Mon, 8 Feb 2021 08:49:32 +0000 (02:49 -0600)]
Stop allowing positional arguments besides id for API.get_status

3 years agoRequire id parameter for API.get_status
Harmon [Mon, 8 Feb 2021 08:48:44 +0000 (02:48 -0600)]
Require id parameter for API.get_status

3 years agoAdd endpoint parameters for API.retweets_of_me
Harmon [Mon, 8 Feb 2021 08:47:02 +0000 (02:47 -0600)]
Add endpoint parameters for API.retweets_of_me

trim_user, include_entities, include_user_entities

3 years agoStop allowing positional arguments for API.retweets_of_me
Harmon [Mon, 8 Feb 2021 08:45:23 +0000 (02:45 -0600)]
Stop allowing positional arguments for API.retweets_of_me

3 years agoAdd endpoint parameters for API.mentions_timeline
Harmon [Mon, 8 Feb 2021 08:44:02 +0000 (02:44 -0600)]
Add endpoint parameters for API.mentions_timeline

trim_user and include_entities

3 years agoStop allowing positional arguments for API.mentions_timeline
Harmon [Mon, 8 Feb 2021 08:42:20 +0000 (02:42 -0600)]
Stop allowing positional arguments for API.mentions_timeline

3 years agoStop allowing positional arguments for API.user_timeline
Harmon [Mon, 8 Feb 2021 08:40:28 +0000 (02:40 -0600)]
Stop allowing positional arguments for API.user_timeline