Harmon [Fri, 19 Mar 2021 23:10:38 +0000 (18:10 -0500)]
Handle response.data being None in Paginator.flatten
Harmon [Fri, 19 Mar 2021 21:29:20 +0000 (16:29 -0500)]
Add pagination for Client
Harmon [Wed, 24 Feb 2021 03:57:43 +0000 (21:57 -0600)]
Properly pass query for Client.search_all_tweets
Harmon [Wed, 24 Feb 2021 03:56:23 +0000 (21:56 -0600)]
Add docstring for Client.search_all_tweets
Harmon [Wed, 24 Feb 2021 03:54:25 +0000 (21:54 -0600)]
Fix endpoint parameters for Client.get_user and Client.get_users
Harmon [Wed, 24 Feb 2021 03:52:53 +0000 (21:52 -0600)]
Rename Client._make_request parameter
Rename allowed_params Client._make_request parameter to endpoint_parameters
Harmon [Wed, 24 Feb 2021 03:44:50 +0000 (21:44 -0600)]
Improve formatting in Client.unfollow
Harmon [Wed, 24 Feb 2021 03:44:04 +0000 (21:44 -0600)]
Change Client method parameter names to match API endpoints
Harmon [Wed, 24 Feb 2021 03:35:24 +0000 (21:35 -0600)]
Fix reference links in API.get_tweet and API.get_tweets docstrings
Fix Twitter Developer API reference links for API.get_tweet and API.get_tweets
Harmon [Wed, 24 Feb 2021 03:32:33 +0000 (21:32 -0600)]
Separate Client.get_user from Client.get_users
Harmon [Wed, 24 Feb 2021 03:22:02 +0000 (21:22 -0600)]
Separate Client.get_tweet from Client.get_tweets
Harmon [Wed, 24 Feb 2021 03:11:00 +0000 (21:11 -0600)]
Fix reference to usernames parameter in Client.get_users
Harmon [Wed, 24 Feb 2021 03:08:49 +0000 (21:08 -0600)]
Add Client.follow and Client.unfollow
Harmon [Tue, 23 Feb 2021 03:43:29 +0000 (21:43 -0600)]
Initial implementation for Twitter API v2 support
Harmon [Tue, 23 Feb 2021 03:21:52 +0000 (21:21 -0600)]
Rename Hashable to HashableID
Harmon [Tue, 23 Feb 2021 03:20:35 +0000 (21:20 -0600)]
Rename EqualityComparable to EqualityComparableID
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
Harmon [Sun, 21 Feb 2021 21:45:42 +0000 (15:45 -0600)]
Merge branch 'master' into follow_int
Harmon [Sun, 21 Feb 2021 21:43:45 +0000 (15:43 -0600)]
Use map for string casts in Stream.filter
Harmon [Fri, 19 Feb 2021 23:52:21 +0000 (17:52 -0600)]
Update Twitter Developer API reference links in API method docstrings
Harmon [Fri, 19 Feb 2021 23:34:21 +0000 (17:34 -0600)]
Stop allowing positional arguments for API.request
Stop allowing positional arguments besides method and endpoint for API.request
Harmon [Fri, 19 Feb 2021 23:33:20 +0000 (17:33 -0600)]
Pass endpoint parameters to API.request as kwargs in API methods
Harmon [Fri, 19 Feb 2021 23:27:34 +0000 (17:27 -0600)]
Pass endpoint parameters to API.request as kwargs in API.reverse_geocode
Harmon [Fri, 19 Feb 2021 23:20:13 +0000 (17:20 -0600)]
Pass endpoint parameters to API.request as kwargs in API methods
Harmon [Fri, 19 Feb 2021 23:11:53 +0000 (17:11 -0600)]
Stop allowing positional arguments besides filename for API.media_upload
Harmon [Fri, 19 Feb 2021 23:10:43 +0000 (17:10 -0600)]
Add endpoint parameters for API.media_upload
Add media_category and additional_owners endpoint parameters for API.media_upload
Harmon [Fri, 19 Feb 2021 23:07:52 +0000 (17:07 -0600)]
Specify file kwarg for API.media_upload explicitly
Harmon [Fri, 19 Feb 2021 23:00:57 +0000 (17:00 -0600)]
Reorder API.update_with_media parameters
Harmon [Fri, 19 Feb 2021 22:59:52 +0000 (16:59 -0600)]
Stop allowing positional arguments for API.update_with_media
Stop allowing positional arguments besides filename and status for API.update_with_media
Harmon [Fri, 19 Feb 2021 22:58:45 +0000 (16:58 -0600)]
Require status parameter for API.update_with_media
Harmon [Fri, 19 Feb 2021 22:57:19 +0000 (16:57 -0600)]
Specify file kwarg for API.update_with_media explicitly
Harmon [Fri, 19 Feb 2021 22:56:12 +0000 (16:56 -0600)]
Remove endpoint parameters for API.update_with_media
Remove in_reply_to_status_id_str and auto_populate_reply_metadata endpoint parameters for API.update_with_media
Harmon [Fri, 19 Feb 2021 17:23:39 +0000 (11:23 -0600)]
Specify file kwarg for API.update_profile_banner explicitly
Harmon [Fri, 19 Feb 2021 17:12:09 +0000 (11:12 -0600)]
Change file API.update_profile_image parameter to be keyword-only
Harmon [Fri, 19 Feb 2021 17:11:13 +0000 (11:11 -0600)]
Rename file_ API.update_profile_image parameter to file
Harmon [Fri, 19 Feb 2021 15:54:16 +0000 (09:54 -0600)]
Stop allowing positional arguments for API.configuration
Harmon [Fri, 19 Feb 2021 15:52:33 +0000 (09:52 -0600)]
Stop allowing positional arguments for API.supported_languages
Harmon [Fri, 19 Feb 2021 15:51:02 +0000 (09:51 -0600)]
Stop allowing positional arguments for API.geo_search
Harmon [Fri, 19 Feb 2021 15:48:31 +0000 (09:48 -0600)]
Remove endpoint parameters for API.geo_search
Remove accuracy and contained_within endpoint parameters for API.geo_search
Harmon [Fri, 19 Feb 2021 04:34:32 +0000 (22:34 -0600)]
Stop allowing positional arguments besides place_id for API.geo_id
Harmon [Fri, 19 Feb 2021 04:32:58 +0000 (22:32 -0600)]
Stop allowing positional arguments for API.reverse_geocode
Stop allowing positional arguments besides lat and long for API.reverse_geocode
Harmon [Fri, 19 Feb 2021 04:31:41 +0000 (22:31 -0600)]
Require lat and long parameters for API.reverse_geocode
Harmon [Fri, 19 Feb 2021 04:30:06 +0000 (22:30 -0600)]
Stop allowing positional arguments for API.search_full_archive
Stop allowing positional arguments besides label and query for API.search_full_archive
Harmon [Fri, 19 Feb 2021 04:29:09 +0000 (22:29 -0600)]
Require query parameter for API.search_full_archive
Harmon [Fri, 19 Feb 2021 04:28:27 +0000 (22:28 -0600)]
Rename environment_name API.search_full_archive parameter to label
Harmon [Fri, 19 Feb 2021 04:27:41 +0000 (22:27 -0600)]
Stop allowing positional arguments for API.search_30_day
Stop allowing positional arguments besides label and query for API.search_30_day
Harmon [Fri, 19 Feb 2021 04:26:07 +0000 (22:26 -0600)]
Require query parameter for API.search_30_day
Harmon [Fri, 19 Feb 2021 04:25:15 +0000 (22:25 -0600)]
Rename environment_name API.search_30_day parameter to label
Harmon [Fri, 19 Feb 2021 04:20:25 +0000 (22:20 -0600)]
Stop allowing positional arguments besides q for API.search
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Fri, 19 Feb 2021 04:18:18 +0000 (22:18 -0600)]
Require q parameter for API.search
Harmon [Fri, 19 Feb 2021 04:16:47 +0000 (22:16 -0600)]
Stop allowing positional arguments for API.trends_closest
Stop allowing positional arguments besides lat and long for API.trends_closest
Harmon [Fri, 19 Feb 2021 04:15:15 +0000 (22:15 -0600)]
Require lat and long parameters for API.trends_closest
Harmon [Fri, 19 Feb 2021 04:13:26 +0000 (22:13 -0600)]
Stop allowing positional arguments besides id for API.trends_place
Harmon [Fri, 19 Feb 2021 04:12:35 +0000 (22:12 -0600)]
Require id parameter for API.trends_place
Harmon [Mon, 15 Feb 2021 08:08:22 +0000 (02:08 -0600)]
Stop allowing positional arguments for API.trends_available
Harmon [Mon, 15 Feb 2021 08:06:19 +0000 (02:06 -0600)]
Update test using API.show_list_subscriber to pass keyword arguments
Harmon [Mon, 15 Feb 2021 08:05:21 +0000 (02:05 -0600)]
Stop allowing positional arguments for API.show_list_subscriber
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Mon, 15 Feb 2021 08:02:48 +0000 (02:02 -0600)]
Add endpoint parameters for API.show_list_subscriber
Add include_entities and skip_status endpoint parameters for API.show_list_subscriber
Harmon [Mon, 15 Feb 2021 07:59:24 +0000 (01:59 -0600)]
Update test using API.list_subscribers to pass keyword arguments
Harmon [Mon, 15 Feb 2021 07:58:41 +0000 (01:58 -0600)]
Stop allowing positional arguments for API.list_subscribers
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Mon, 15 Feb 2021 07:56:01 +0000 (01:56 -0600)]
Stop allowing positional arguments for API.unsubscribe_list
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Mon, 15 Feb 2021 07:54:13 +0000 (01:54 -0600)]
Stop allowing positional arguments for API.subscribe_list
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Mon, 15 Feb 2021 07:52:18 +0000 (01:52 -0600)]
Stop allowing positional arguments for API.show_list_member
Harmon [Mon, 15 Feb 2021 07:51:31 +0000 (01:51 -0600)]
Add endpoint parameters for API.show_list_member
Add include_entities and skip_status endpoint parameters for API.show_list_member
Harmon [Mon, 15 Feb 2021 07:47:34 +0000 (01:47 -0600)]
Update test using API.list_members to pass keyword arguments
Harmon [Mon, 15 Feb 2021 07:46:30 +0000 (01:46 -0600)]
Stop allowing positional arguments for API.list_members
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Mon, 15 Feb 2021 07:45:27 +0000 (01:45 -0600)]
Add endpoint parameters for API.list_members
count, include_entities, skip_status
Harmon [Sun, 14 Feb 2021 11:45:58 +0000 (05:45 -0600)]
Stop allowing positional arguments for API.remove_list_members
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 11:43:15 +0000 (05:43 -0600)]
Stop allowing positional arguments for API.add_list_members
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:57:44 +0000 (00:57 -0600)]
Stop allowing positional arguments for API.remove_list_member
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:55:21 +0000 (00:55 -0600)]
Stop allowing positional arguments for API.add_list_member
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:52:54 +0000 (00:52 -0600)]
Stop allowing positional arguments for API.get_list
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:51:39 +0000 (00:51 -0600)]
Update test using API.list_timeline to pass keyword arguments
Harmon [Sun, 14 Feb 2021 06:47:49 +0000 (00:47 -0600)]
Stop allowing positional arguments for API.list_timeline
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:45:30 +0000 (00:45 -0600)]
Stop allowing positional arguments for API.lists_subscriptions
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:44:04 +0000 (00:44 -0600)]
Stop allowing positional arguments for API.lists_ownerships
Harmon [Sun, 14 Feb 2021 06:42:19 +0000 (00:42 -0600)]
Stop allowing positional arguments for API.lists_memberships
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:37:28 +0000 (00:37 -0600)]
Stop allowing positional arguments for API.lists_all
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:36:09 +0000 (00:36 -0600)]
Stop allowing positional arguments for API.update_list
Harmon [Sun, 14 Feb 2021 06:34:37 +0000 (00:34 -0600)]
Stop allowing positional arguments for API.destroy_list
Harmon [Sun, 14 Feb 2021 06:31:44 +0000 (00:31 -0600)]
Stop allowing positional arguments besides name for API.create_list
Harmon [Sun, 14 Feb 2021 06:30:53 +0000 (00:30 -0600)]
Require name parameter for API.create_list
Harmon [Sun, 14 Feb 2021 06:28:55 +0000 (00:28 -0600)]
Stop allowing positional arguments for API.destroy_saved_search
Stop allowing positional arguments besides id for API.destroy_saved_search
Harmon [Sun, 14 Feb 2021 06:27:58 +0000 (00:27 -0600)]
Rename saved_search_id API.destroy_saved_search parameter to id
Harmon [Sun, 14 Feb 2021 06:26:18 +0000 (00:26 -0600)]
Stop allowing positional arguments for API.create_saved_search
Stop allowing positional arguments besides query for API.create_saved_search
Harmon [Sun, 14 Feb 2021 06:25:23 +0000 (00:25 -0600)]
Require query parameter for API.create_saved_search
Harmon [Sun, 14 Feb 2021 06:23:59 +0000 (00:23 -0600)]
Stop allowing positional arguments besides id for API.get_saved_search
Harmon [Sun, 14 Feb 2021 06:22:32 +0000 (00:22 -0600)]
Rename saved_search_id API.get_saved_search parameter to id
Harmon [Sun, 14 Feb 2021 06:20:39 +0000 (00:20 -0600)]
Stop allowing positional arguments for API.saved_searches
Harmon [Sun, 14 Feb 2021 06:19:30 +0000 (00:19 -0600)]
Stop allowing positional arguments for API.report_spam
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:18:06 +0000 (00:18 -0600)]
Stop allowing positional arguments for API.blocks_ids
Harmon [Sun, 14 Feb 2021 06:16:16 +0000 (00:16 -0600)]
Add stringify_ids endpoint parameter for API.blocks_ids
Harmon [Sun, 14 Feb 2021 06:14:09 +0000 (00:14 -0600)]
Stop allowing positional arguments for API.blocks
Harmon [Sun, 14 Feb 2021 06:13:09 +0000 (00:13 -0600)]
Add include_entities and skip_status endpoint parameters for API.blocks
Harmon [Sun, 14 Feb 2021 06:11:35 +0000 (00:11 -0600)]
Stop allowing positional arguments for API.destroy_mute
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:09:58 +0000 (00:09 -0600)]
Remove id endpoint parameter for API.destroy_mute
Harmon [Sun, 14 Feb 2021 06:08:58 +0000 (00:08 -0600)]
Stop allowing positional arguments for API.create_mute
Also improve endpoint parameters order to match Twitter API documentation
Harmon [Sun, 14 Feb 2021 06:07:52 +0000 (00:07 -0600)]
Remove id endpoint parameter for API.create_mute
Harmon [Sun, 14 Feb 2021 06:06:00 +0000 (00:06 -0600)]
Stop allowing positional arguments for API.mutes
Harmon [Sun, 14 Feb 2021 06:04:35 +0000 (00:04 -0600)]
Stop allowing positional arguments for API.mutes_ids