Harmon [Sun, 27 Feb 2022 20:39:42 +0000 (14:39 -0600)]
Add documentation for Tweet
Harmon [Sun, 27 Feb 2022 20:35:20 +0000 (14:35 -0600)]
Optimize Tweet.referenced_tweets initialization
Harmon [Sun, 27 Feb 2022 20:14:28 +0000 (14:14 -0600)]
Add documentation for Space
Harmon [Sun, 27 Feb 2022 20:08:23 +0000 (14:08 -0600)]
Correct Place.contained_within type in documentation
Harmon [Sun, 27 Feb 2022 20:01:14 +0000 (14:01 -0600)]
Add documentation for Poll
Harmon [Sun, 27 Feb 2022 19:55:23 +0000 (13:55 -0600)]
Add documentation for Place
Harmon [Sun, 27 Feb 2022 19:47:28 +0000 (13:47 -0600)]
Add documentation for Media
Harmon [Sun, 27 Feb 2022 19:25:18 +0000 (13:25 -0600)]
Add documentation for List
Harmon [Sun, 27 Feb 2022 08:43:03 +0000 (02:43 -0600)]
Improve documentation for Client parameters
Specify OAuth 1.0a or 2.0 and indicate bearer_token as OAuth 2.0 access token as well
Harmon [Sun, 27 Feb 2022 00:50:44 +0000 (18:50 -0600)]
Remove StreamResponse__init__ documentation
Harmon [Sun, 27 Feb 2022 00:49:40 +0000 (18:49 -0600)]
Remove Response__init__ documentation
Harmon [Sat, 26 Feb 2022 23:26:15 +0000 (17:26 -0600)]
Use dash instead of underscore for requests-oauthlib requirement
Harmon [Sat, 26 Feb 2022 19:38:32 +0000 (13:38 -0600)]
Fix return for Client.follow
Properly return response from Client.follow_user rather than None
Harmon [Sat, 26 Feb 2022 19:37:41 +0000 (13:37 -0600)]
Fix return for Client.unfollow
Properly return response from Client.unfollow_user rather than None
Harmon [Sat, 26 Feb 2022 19:17:23 +0000 (13:17 -0600)]
Fix Client.search_recent_tweets user_auth parameter type documentation
Harmon [Sat, 26 Feb 2022 18:50:55 +0000 (12:50 -0600)]
Indicate endpoint parameters as optional in Client documentation
Properly indicate endpoint parameters as optional in documentation for Client methods
Harmon [Sat, 26 Feb 2022 18:48:49 +0000 (12:48 -0600)]
Indicate parameters as optional in documentation for Client.get_spaces
Properly indicate ids and user_ids parameters as optional in documentation for Client.get_spaces
Harmon [Sat, 26 Feb 2022 18:48:02 +0000 (12:48 -0600)]
Indicate parameters as optional in documentation for Client.get_users
Properly indicate ids and usernames parameters as optional in documentation for Client.get_users
Harmon [Sat, 26 Feb 2022 18:47:15 +0000 (12:47 -0600)]
Indicate parameters as optional in documentation for Client.get_user
Properly indicate id and username parameters as optional in documentation for Client.get_user
Harmon [Sat, 26 Feb 2022 00:30:14 +0000 (18:30 -0600)]
Add parameter to Client.search_recent_tweets signature in documentation
Add new sort_order parameter to Client.search_recent_tweets signature in documentation
Harmon [Sat, 26 Feb 2022 00:29:09 +0000 (18:29 -0600)]
Add parameter to Client.search_all_tweets signature in documentation
Add new sort_order parameter to Client.search_all_tweets signature in documentation
Harmon [Sat, 26 Feb 2022 00:27:13 +0000 (18:27 -0600)]
Add parameters to Client.get_retweeters signature in documentation
Add new max_results and pagination_token parameters to Client.get_retweeters signature in documentation
Harmon [Sat, 26 Feb 2022 00:25:34 +0000 (18:25 -0600)]
Add parameters to Client.get_liking_users signature in documentation
Add new max_results and pagination_token parameters to Client.get_liking_users signature in documentation
Harmon [Fri, 25 Feb 2022 23:53:56 +0000 (17:53 -0600)]
Use generic standard type collection type in documentation
Harmon [Fri, 25 Feb 2022 22:48:44 +0000 (16:48 -0600)]
Use | operator for optional types in documentation
Harmon [Fri, 25 Feb 2022 22:32:32 +0000 (16:32 -0600)]
Fix erroneous generic list types in documentation for Client methods
Harmon [Fri, 25 Feb 2022 22:24:27 +0000 (16:24 -0600)]
Use | operator for union types in documentation
Harmon [Fri, 25 Feb 2022 21:53:33 +0000 (15:53 -0600)]
Fix references for generic list type in documentation
Harmon [Fri, 25 Feb 2022 20:59:15 +0000 (14:59 -0600)]
Use asyncio.create_task in AsyncStream.filter and AsyncStream.sample
Harmon [Fri, 25 Feb 2022 20:52:31 +0000 (14:52 -0600)]
Use %z directive in parse_datetime
Harmon [Fri, 25 Feb 2022 20:48:34 +0000 (14:48 -0600)]
Update Python requirement to >= 3.7
Harmon [Fri, 25 Feb 2022 20:38:35 +0000 (14:38 -0600)]
Drop support for Python 3.6
Resolves #1788
Harmon [Fri, 25 Feb 2022 17:01:45 +0000 (11:01 -0600)]
Explicitly specify Read the Docs Sphinx Theme for documentation
Harmon [Fri, 25 Feb 2022 16:43:50 +0000 (10:43 -0600)]
Use Read the Docs Sphinx search extension
Harmon [Fri, 25 Feb 2022 16:22:00 +0000 (10:22 -0600)]
Use rubric directive for Example headings in Pagination documentation
Harmon [Fri, 25 Feb 2022 16:05:16 +0000 (10:05 -0600)]
Organize documentation arrangement
Improve index / table of contents categorization
Harmon [Fri, 25 Feb 2022 14:58:04 +0000 (08:58 -0600)]
Improve Pagination documentation header consistency
Harmon [Thu, 24 Feb 2022 20:56:30 +0000 (14:56 -0600)]
Release v4.6.0
Harmon [Thu, 24 Feb 2022 20:43:09 +0000 (14:43 -0600)]
Add changelog for version 4.6.0
Harmon [Thu, 24 Feb 2022 19:46:08 +0000 (13:46 -0600)]
Override Mapping.__contains__ in DataMapping
This allows membership tests to check for existence within data, rather than existence of the attribute at all
Harmon [Thu, 24 Feb 2022 19:33:50 +0000 (13:33 -0600)]
Add subscriber_count field for Space
Harmon [Wed, 23 Feb 2022 15:24:28 +0000 (09:24 -0600)]
Add version changed directive to documentation for Media.url
Harmon [Wed, 23 Feb 2022 01:38:53 +0000 (19:38 -0600)]
Merge pull request #1823 from SimkoCarlos/patch-1
Fix bug (missing comma in streaming.py)
SimkoCarlos [Wed, 23 Feb 2022 01:32:59 +0000 (22:32 -0300)]
Fix missing comma in streaming.py
Harmon [Sun, 20 Feb 2022 06:40:37 +0000 (00:40 -0600)]
Note usage of Twitter API v1.1 in documentation for AsyncStream
Harmon [Sun, 20 Feb 2022 06:18:00 +0000 (00:18 -0600)]
Add support for streaming with Twitter API v2
Refactor Client and Stream to inherit from new BaseClient and BaseStream classes and add StreamingClient, StreamResponse, and StreamRule
Harmon [Sun, 20 Feb 2022 03:26:29 +0000 (21:26 -0600)]
Use Intersphinx linking in Streaming documentation
Harmon [Sun, 20 Feb 2022 03:10:31 +0000 (21:10 -0600)]
Improve indentation in Streaming documentation
Harmon [Tue, 23 Nov 2021 13:41:24 +0000 (07:41 -0600)]
Initialize Stream.session within Stream.__init__
Update the user agent based on Stream.user_agent even if Stream.session is already initialized
Harmon [Sun, 20 Feb 2022 05:04:14 +0000 (23:04 -0600)]
Use repr of text in Tweet.__repr__
This avoids including inconstant newlines, rather than escaped newlines, in the string representation of the Tweet object, making it more consistent
Harmon [Sun, 20 Feb 2022 00:32:31 +0000 (18:32 -0600)]
Add Client.get_space_tweets
Harmon [Sat, 19 Feb 2022 21:20:06 +0000 (15:20 -0600)]
Fix typos in version changed directives for Client methods
Harmon [Sat, 19 Feb 2022 21:10:07 +0000 (15:10 -0600)]
Add version changed directive to documentation for Client method
Add version changed directive to documentation for Client.search_recent_tweets
Harmon [Sat, 19 Feb 2022 21:09:20 +0000 (15:09 -0600)]
Add version changed directive to Client.search_all_tweets documentation
Harmon [Sat, 19 Feb 2022 21:08:25 +0000 (15:08 -0600)]
Add version changed directive to Client.get_liking_users documentation
Harmon [Sat, 19 Feb 2022 21:07:29 +0000 (15:07 -0600)]
Add version changed directive to documentation for Client.get_retweeters
Harmon [Thu, 10 Feb 2022 00:27:46 +0000 (18:27 -0600)]
Add Twitter API version badges to README
Harmon [Thu, 10 Feb 2022 00:12:50 +0000 (18:12 -0600)]
Support new endpoint parameter for Client.search_recent_tweets
Support new sort_order endpoint parameter for Client.search_recent_tweets
Harmon [Thu, 10 Feb 2022 00:11:05 +0000 (18:11 -0600)]
Support new endpoint parameter for Client.search_all_tweets
Support new sort_order endpoint parameter for Client.search_all_tweets
Harmon [Wed, 9 Feb 2022 23:58:58 +0000 (17:58 -0600)]
Support new endpoint parameters for Client.get_liking_users
Add support for max_results and pagination_token endpoint parameters to Client.get_liking_users
Harmon [Wed, 9 Feb 2022 23:57:52 +0000 (17:57 -0600)]
Support new endpoint parameters for Client.get_retweeters
Add support for max_results and pagination_token endpoint parameters to Client.get_retweeters
Harmon [Wed, 9 Feb 2022 21:51:52 +0000 (15:51 -0600)]
Update usage of OAuthHandler to OAuth1UserHandler
Harmon [Wed, 9 Feb 2022 21:42:10 +0000 (15:42 -0600)]
Update usage of AppAuthHandler in pagination documentation
Update usage of AppAuthHandler to OAuth2AppHandler in pagination documentation
Harmon [Tue, 8 Feb 2022 23:12:18 +0000 (17:12 -0600)]
Update README to match installation documentation
Harmon [Mon, 7 Feb 2022 20:26:25 +0000 (14:26 -0600)]
Update requests_oauthlib dependency requirement to >= 1.2.0
Harmon [Mon, 7 Feb 2022 20:24:55 +0000 (14:24 -0600)]
Use oauthlib to create code challenge and verifier for PKCE
Harmon [Mon, 7 Feb 2022 20:20:43 +0000 (14:20 -0600)]
Explicitly specify oauthlib dependency requirement as >= 3.2.0
Harmon [Mon, 7 Feb 2022 20:04:35 +0000 (14:04 -0600)]
Capitalize PKCE code challenge method
Harmon [Mon, 7 Feb 2022 12:02:09 +0000 (06:02 -0600)]
Improve authentication documentation formatting
Harmon [Mon, 7 Feb 2022 11:56:45 +0000 (05:56 -0600)]
Merge pull request #1805 from kyeb/kyeb/auth-docs-get-access-token
Fix 3 typos in auth documentation
Kye Burchard [Sat, 5 Feb 2022 22:35:10 +0000 (14:35 -0800)]
Fix 3 typos in auth documentation
Harmon [Fri, 4 Feb 2022 08:28:02 +0000 (02:28 -0600)]
Add logging documentation
Harmon [Thu, 3 Feb 2022 22:59:15 +0000 (16:59 -0600)]
Remove debug function
Harmon [Sat, 29 Jan 2022 17:37:54 +0000 (11:37 -0600)]
Merge pull request #1793 from jacob1421/fix-time-parsing
Fixed date formatting for datetime objects
Harmon [Sat, 29 Jan 2022 17:17:37 +0000 (11:17 -0600)]
Improve Korean translation file titles
Harmon [Sat, 29 Jan 2022 17:14:14 +0000 (11:14 -0600)]
Remove Korean translation of Authentication Tutorial
Harmon [Sat, 29 Jan 2022 17:05:20 +0000 (11:05 -0600)]
Merge pull request #1763 from pinkrabbit412/master
Added new version of Korean translations for document, and some Miscellaneous changes!
악동분홍토끼 [Sat, 29 Jan 2022 05:30:36 +0000 (14:30 +0900)]
Updated Korean locale .po file.
Updated Korean locale .po file.
1. Wrote some descriptive title.
2. Changed copyright year 2021 to 2022.
3. Wrote first author(translator).
악동분홍토끼 [Fri, 28 Jan 2022 06:34:07 +0000 (15:34 +0900)]
Removed krHTML_autoBuild.bat
Removed unnecessary file.
- krHTML_autoBuild.bat
악동분홍토끼 [Fri, 28 Jan 2022 06:00:28 +0000 (15:00 +0900)]
Reverted the Polish translation .po files to the previous version.
Reverting the Polish translation .po files to the previous version.
This problems caused by Sphinx document builder.
악동분홍토끼 [Fri, 28 Jan 2022 05:49:29 +0000 (14:49 +0900)]
Merge branch 'tweepy:master' into master
Jacob Bremiller [Thu, 27 Jan 2022 22:21:14 +0000 (16:21 -0600)]
Fixed date formatting for datetime objects
https://docs.tweepy.org/en/stable/client.html
Required Format:
YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339)
Docs are already updated with correct details. "Please note that this parameter does not support a millisecond value."
Harmon [Tue, 25 Jan 2022 02:07:49 +0000 (20:07 -0600)]
Add note about OAuth1UserHandler callback parameter in v4.5.0 changelog
Harmon [Tue, 25 Jan 2022 00:48:59 +0000 (18:48 -0600)]
Release v4.5.0
Harmon [Tue, 25 Jan 2022 00:43:21 +0000 (18:43 -0600)]
Add changelog for version 4.5.0
악동분홍토끼 [Tue, 11 Jan 2022 06:00:11 +0000 (15:00 +0900)]
Some Correction for Korean translation files what I've missed.
1. Some Correction for Korean translation files what I've missed(Removed "#, fuzzy", hyperlink typo).
악동분홍토끼 [Tue, 11 Jan 2022 05:50:04 +0000 (14:50 +0900)]
Additional translations for new/modified files.
1. Additional translations for new/modified files (authentication.po, getting_started.po).
악동분홍토끼 [Sun, 9 Jan 2022 16:30:08 +0000 (01:30 +0900)]
Merge branch 'tweepy:master' into master
Harmon [Sun, 9 Jan 2022 05:18:57 +0000 (23:18 -0600)]
Improve PaginationIterator.__next__ formatting
Harmon [Sun, 9 Jan 2022 05:13:24 +0000 (23:13 -0600)]
Merge pull request #1761 from darknessest/patch-1
fix pagination for tweet counts
Darknessest [Sun, 9 Jan 2022 04:31:35 +0000 (12:31 +0800)]
fix pagination for tweet counts
`get_all_tweets_count` is using `next_token` for pagination.
`next_token` is returned only when a difference between start and end time is more than 31 days, no matter the granularity.
Harmon [Sat, 8 Jan 2022 00:15:50 +0000 (18:15 -0600)]
Update and improve authentication documentation
Harmon [Fri, 7 Jan 2022 14:24:07 +0000 (08:24 -0600)]
Remove now unnecessary urllib.parse.parse_qs import
Harmon [Fri, 7 Jan 2022 14:18:35 +0000 (08:18 -0600)]
Improve OAuth1UserHandler formatting
Harmon [Fri, 7 Jan 2022 14:14:36 +0000 (08:14 -0600)]
Improve order of OAuth1UserHandler methods
Harmon [Fri, 7 Jan 2022 13:51:36 +0000 (07:51 -0600)]
Deprecate OAuthHandler alias
Harmon [Fri, 7 Jan 2022 13:45:24 +0000 (07:45 -0600)]
Deprecate AppAuthHandler alias
Harmon [Fri, 7 Jan 2022 13:18:13 +0000 (07:18 -0600)]
Rename OAuthHandler to OAuth1UserHandler
Keep OAuthHandler as deprecated alias
Harmon [Fri, 7 Jan 2022 13:10:15 +0000 (07:10 -0600)]
Allow passing access token and secret directly to OAuthHandler.__init__
Harmon [Fri, 7 Jan 2022 13:07:46 +0000 (07:07 -0600)]
Remove OAuthHandler.get_xauth_access_token
https://twittercommunity.com/t/retirement-of-xauth/88022