Harmon [Thu, 29 Apr 2021 10:36:19 +0000 (05:36 -0500)]
Add filter_level and languages parameters for AsyncStream.filter
Harmon [Thu, 29 Apr 2021 10:32:01 +0000 (05:32 -0500)]
Add Parameters and Raises to documentation for AsyncStream
Harmon [Thu, 29 Apr 2021 10:24:25 +0000 (05:24 -0500)]
Improve terminology in AsyncStream.on_keep_alive
Harmon [Thu, 29 Apr 2021 10:14:26 +0000 (05:14 -0500)]
Merge branch 'master' into async-streaming
Harmon [Thu, 29 Apr 2021 10:10:28 +0000 (05:10 -0500)]
Use stable version of Requests documentation for Intersphinx linking
Harmon [Thu, 29 Apr 2021 10:05:48 +0000 (05:05 -0500)]
Add documentation for AsyncStream
Harmon [Thu, 29 Apr 2021 09:36:28 +0000 (04:36 -0500)]
Merge branch 'master' into async-streaming
Harmon [Thu, 29 Apr 2021 09:29:48 +0000 (04:29 -0500)]
Remove Pagination Code Snippet
Harmon [Thu, 29 Apr 2021 09:24:07 +0000 (04:24 -0500)]
Improve limit handling in Cursor iterators
Harmon [Thu, 29 Apr 2021 09:21:25 +0000 (04:21 -0500)]
Improve variable name in Cursor.items
Harmon [Thu, 29 Apr 2021 09:19:45 +0000 (04:19 -0500)]
Use default limit of infinite rather than 0 for Cursor and iterators
Harmon [Thu, 29 Apr 2021 09:02:55 +0000 (04:02 -0500)]
Replace Cursor Tutorial with documentation for Cursor
Harmon [Wed, 28 Apr 2021 13:55:01 +0000 (08:55 -0500)]
Merge pull request #1574 from kowalczyk-krzysztof/master
Updated Polish language locale
Krzysztof Kowalczyk [Wed, 28 Apr 2021 13:53:05 +0000 (15:53 +0200)]
Updated Project-Id-Version for exceptions.po
Krzysztof Kowalczyk [Wed, 28 Apr 2021 13:45:28 +0000 (15:45 +0200)]
Fixed changelog date
Krzysztof Kowalczyk [Wed, 28 Apr 2021 13:42:39 +0000 (15:42 +0200)]
Fixed dates
Krzysztof Kowalczyk [Wed, 28 Apr 2021 13:30:36 +0000 (15:30 +0200)]
Fixed translation mistakes
Harmon [Tue, 27 Apr 2021 17:15:14 +0000 (12:15 -0500)]
Improve API v1.1 Models Reference documentation order
Harmon [Tue, 27 Apr 2021 16:50:07 +0000 (11:50 -0500)]
Improve order in models.py
Harmon [Tue, 27 Apr 2021 16:45:36 +0000 (11:45 -0500)]
Improve ResultSet formatting
Harmon [Tue, 27 Apr 2021 16:28:21 +0000 (11:28 -0500)]
Add models reference documentation for API v1.1
Harmon [Tue, 27 Apr 2021 16:22:05 +0000 (11:22 -0500)]
Remove Relation model
Harmon [Tue, 27 Apr 2021 14:50:20 +0000 (09:50 -0500)]
Improve clarity of Client.like
Harmon [Tue, 27 Apr 2021 14:48:58 +0000 (09:48 -0500)]
Improve documentation on returned value for Client.like
Harmon [Tue, 27 Apr 2021 14:48:16 +0000 (09:48 -0500)]
Improve documentation on returned value for Client.unlike
Harmon [Tue, 27 Apr 2021 14:39:21 +0000 (09:39 -0500)]
Add Client.block and Client.unblock
Harmon [Tue, 27 Apr 2021 13:40:19 +0000 (08:40 -0500)]
Add Client.like and Client.unlike
Harmon [Tue, 27 Apr 2021 13:34:20 +0000 (08:34 -0500)]
Improve quotation mark consistency in Client tests
Harmon [Tue, 27 Apr 2021 12:35:00 +0000 (07:35 -0500)]
Change Client.unhide_reply parameter name to match API endpoint
Harmon [Tue, 27 Apr 2021 12:21:43 +0000 (07:21 -0500)]
Merge pull request #1535 from tweepy/api-v2
Support Twitter API v2
Krzysztof Kowalczyk [Wed, 21 Apr 2021 22:39:55 +0000 (00:39 +0200)]
Updated Polish language locale
Harmon [Wed, 14 Apr 2021 21:53:27 +0000 (16:53 -0500)]
Merge pull request #1569 from DefiDebauchery/patch-1
Update TweepError calls to TweepyException
DefiDebauchery [Wed, 14 Apr 2021 21:33:19 +0000 (17:33 -0400)]
Update TweepError calls to TweepyException
The Error module was updated to TweepyException and needs to be reflected in the async stream.
Harmon [Wed, 14 Apr 2021 20:08:04 +0000 (15:08 -0500)]
Merge branch 'master' into async-streaming
Harmon [Tue, 13 Apr 2021 19:16:15 +0000 (14:16 -0500)]
Remove record.json
Harmon [Tue, 13 Apr 2021 05:49:43 +0000 (00:49 -0500)]
Merge branch 'master' into api-v2
Harmon [Tue, 13 Apr 2021 05:37:11 +0000 (00:37 -0500)]
Remove use_replay import in test_api.py
Harmon [Tue, 13 Apr 2021 04:04:09 +0000 (23:04 -0500)]
Add tests for Client
Harmon [Tue, 13 Apr 2021 03:02:24 +0000 (22:02 -0500)]
Document pagination
Harmon [Tue, 13 Apr 2021 02:28:42 +0000 (21:28 -0500)]
Document models
Harmon [Tue, 13 Apr 2021 02:24:19 +0000 (21:24 -0500)]
Replace API v1.1 models in package namespace
Harmon [Tue, 13 Apr 2021 02:06:16 +0000 (21:06 -0500)]
Document Response
Harmon [Tue, 13 Apr 2021 00:40:41 +0000 (19:40 -0500)]
Document Client
Harmon [Mon, 12 Apr 2021 22:33:11 +0000 (17:33 -0500)]
Improve Client.get_users line length consistency
Harmon [Mon, 12 Apr 2021 21:34:32 +0000 (16:34 -0500)]
Merge branch 'master' into api-v2
Harmon [Mon, 12 Apr 2021 19:44:11 +0000 (14:44 -0500)]
Remove streaming.py example
Harmon [Mon, 12 Apr 2021 19:21:07 +0000 (14:21 -0500)]
Remove currentmodule directive from exceptions documentation
Harmon [Mon, 12 Apr 2021 19:14:56 +0000 (14:14 -0500)]
Fix header reference in documentation for API
Harmon [Mon, 12 Apr 2021 19:14:25 +0000 (14:14 -0500)]
Fix header reference in documentation for Stream
Harmon [Mon, 12 Apr 2021 18:28:24 +0000 (13:28 -0500)]
Update and improve documentation for streaming
Harmon [Mon, 12 Apr 2021 17:35:28 +0000 (12:35 -0500)]
Improve wording in documentation for Stream.on_data
Harmon [Mon, 12 Apr 2021 17:06:25 +0000 (12:06 -0500)]
Change Stream.on_closed resp parameter name to response
Harmon [Mon, 12 Apr 2021 16:49:15 +0000 (11:49 -0500)]
Document API.Stream
Harmon [Mon, 12 Apr 2021 16:42:38 +0000 (11:42 -0500)]
Change Stream.on_warning notice parameter name to warning
Harmon [Mon, 12 Apr 2021 16:36:53 +0000 (11:36 -0500)]
Change Stream.on_disconnect_message notice parameter name to message
Harmon [Mon, 12 Apr 2021 05:56:25 +0000 (00:56 -0500)]
Improve formatting in API.search_full_archive documentation
Harmon [Mon, 12 Apr 2021 05:55:27 +0000 (00:55 -0500)]
Improve formatting in API.search_30_day documentation
Harmon [Mon, 12 Apr 2021 00:17:36 +0000 (19:17 -0500)]
Automatically document all exceptions
Harmon [Sun, 11 Apr 2021 23:48:42 +0000 (18:48 -0500)]
Improve formatting in API docstring
Harmon [Sun, 11 Apr 2021 23:14:21 +0000 (18:14 -0500)]
Add Read the Docs configuration file to specify requirements files
Harmon [Sun, 11 Apr 2021 23:07:20 +0000 (18:07 -0500)]
Pin recommonmark version for documentation
For linebreaks in >= 0.6.0 (https://github.com/readthedocs/recommonmark/pull/162)
Harmon [Sun, 11 Apr 2021 22:50:04 +0000 (17:50 -0500)]
Improve note about release notes in changelog
Harmon [Sun, 11 Apr 2021 22:41:13 +0000 (17:41 -0500)]
Move changelog to documentation
Harmon [Sun, 11 Apr 2021 22:16:29 +0000 (17:16 -0500)]
Improve order of Extended Tweets documentation
Harmon [Sun, 11 Apr 2021 22:15:37 +0000 (17:15 -0500)]
Update link to Twitter's Tweet updates documentation
Harmon [Sun, 11 Apr 2021 21:42:37 +0000 (16:42 -0500)]
Improve API documentation header capitalization
Harmon [Sun, 11 Apr 2021 21:41:17 +0000 (16:41 -0500)]
Remove self-evident blurb in API documentation
Harmon [Sun, 11 Apr 2021 21:38:19 +0000 (16:38 -0500)]
Improve API documentation headers
Harmon [Sun, 11 Apr 2021 21:28:48 +0000 (16:28 -0500)]
Separate, update, and improve exceptions documentation
Automatically use docstrings for documentation
Harmon [Sun, 11 Apr 2021 21:03:28 +0000 (16:03 -0500)]
Update and improve documentation for API.search_full_archive
Automatically use docstring for documentation
Improve method and documentation order
Update environment_name parameter name to label in documentation
Add return type to documentation
Harmon [Sun, 11 Apr 2021 20:55:35 +0000 (15:55 -0500)]
Update and improve documentation for API.search_30_day
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation header to match API reference index
Update environment_name parameter name to label in documentation
Add return type to documentation
Harmon [Sun, 11 Apr 2021 20:33:33 +0000 (15:33 -0500)]
Update and improve documentation for API.rate_limit_status
Automatically use docstring for documentation
Change API documentation header to match API reference index
Add documentation for resources parameter
Harmon [Sun, 11 Apr 2021 20:29:02 +0000 (15:29 -0500)]
Document API.supported_languages
Automatically use docstring for documentation
Improve method order
Add API documentation header to match API reference index
Harmon [Sun, 11 Apr 2021 20:25:29 +0000 (15:25 -0500)]
Update and improve documentation for API.configuration
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation headers to match API reference index
Add return type to documentation
Harmon [Sun, 11 Apr 2021 20:19:48 +0000 (15:19 -0500)]
Document API.geo_search
Automatically use docstring for documentation
Improve method order
Harmon [Sun, 11 Apr 2021 20:05:40 +0000 (15:05 -0500)]
Update and improve documentation for API.reverse_geocode
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation header to match API reference index
Update method/endpoint documentation
Add return type to documentation
Harmon [Sun, 11 Apr 2021 19:55:10 +0000 (14:55 -0500)]
Update and improve documentation for API.geo_id
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation headers to match API reference index
Update parameter name in documentation
Add return type to documentation
Improve formatting
Harmon [Sun, 11 Apr 2021 19:10:49 +0000 (14:10 -0500)]
Update and improve documentation for API.trends_place
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation header to match API reference index
Harmon [Sun, 11 Apr 2021 19:06:31 +0000 (14:06 -0500)]
Update and improve documentation for API.trends_closest
Automatically use docstring for documentation
Improve method and documentation order
Harmon [Sun, 11 Apr 2021 19:03:01 +0000 (14:03 -0500)]
Update and improve documentation for API.trends_available
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation headers to match API reference index
Harmon [Sun, 11 Apr 2021 18:58:47 +0000 (13:58 -0500)]
Fix reference in API.chunked_upload_init documentation
Harmon [Sun, 11 Apr 2021 18:58:21 +0000 (13:58 -0500)]
Fix reference in API.chunked_upload_finalize documentation
Harmon [Sun, 11 Apr 2021 18:57:51 +0000 (13:57 -0500)]
Fix reference in API.chunked_upload_append documentation
Harmon [Sun, 11 Apr 2021 18:57:26 +0000 (13:57 -0500)]
Fix reference in API.chunked_upload documentation
Harmon [Sun, 11 Apr 2021 18:47:17 +0000 (13:47 -0500)]
Update and improve documentation for API.chunked_upload_init
Automatically use docstring for documentation
Improve documentation order
Harmon [Sun, 11 Apr 2021 18:45:07 +0000 (13:45 -0500)]
Update and improve documentation for API.chunked_upload_finalize
Automatically use docstring for documentation
Improve method and documentation order
Harmon [Sun, 11 Apr 2021 18:42:49 +0000 (13:42 -0500)]
Update and improve documentation for API.chunked_upload_append
Automatically use docstring for documentation
Improve method and documentation order
Harmon [Sun, 11 Apr 2021 18:39:48 +0000 (13:39 -0500)]
Update and improve documentation for API.chunked_upload
Automatically use docstring for documentation
Improve documentation order
Harmon [Sun, 11 Apr 2021 18:35:47 +0000 (13:35 -0500)]
Update and improve documentation for API.simple_upload
Automatically use docstring for documentation
Improve documentation order
Harmon [Sun, 11 Apr 2021 18:26:57 +0000 (13:26 -0500)]
Update and improve documentation for API.media_upload
Automatically use docstring for documentation
Improve documentation order
Improve formatting
Harmon [Sun, 11 Apr 2021 18:21:28 +0000 (13:21 -0500)]
Improve API.get_media_upload_status documentation grammar and wording
Harmon [Sun, 11 Apr 2021 18:14:18 +0000 (13:14 -0500)]
Update and improve documentation for API.create_media_metadata
Automatically use docstring for documentation
Improve method and documentation order
Improve formatting
Harmon [Sun, 11 Apr 2021 18:09:10 +0000 (13:09 -0500)]
Update and improve documentation for API.get_media_upload_status
Automatically use docstring for documentation
Improve method and documentation order
Add API documentation headers to match API reference index
Improve capitalization
Improve formatting
Harmon [Sat, 10 Apr 2021 22:01:32 +0000 (17:01 -0500)]
Update and improve documentation for API.send_direct_message
Automatically use docstring for documentation
Improve method order
Add quick_reply_options and ctas parameters to documentation
Remove quick_reply_type parameter from documentation
Harmon [Sat, 10 Apr 2021 21:53:04 +0000 (16:53 -0500)]
Update and improve documentation for API.get_direct_message
Automatically use docstring for documentation
Improve method order
Remove full_text parameter from documentation
Improve capitalization
Harmon [Sat, 10 Apr 2021 21:48:43 +0000 (16:48 -0500)]
Update and improve documentation for API.list_direct_messages
Automatically use docstring for documentation
Improve method and documentation order
Harmon [Sat, 10 Apr 2021 21:46:50 +0000 (16:46 -0500)]
Update and improve documentation for API.destroy_direct_message
Automatically use docstring for documentation
Improve method and documentation order
Add and update API documentation headers to match API reference index
Improve capitalization
Harmon [Sat, 10 Apr 2021 21:38:26 +0000 (16:38 -0500)]
Remove API.update_status parameters
Remove enable_dmcommands and fail_dmcommands parameters from API.update_status
https://twittercommunity.com/t/retiring-legacy-dm-commands-on-the-standard-tweet-api/86653/4
Harmon [Sat, 10 Apr 2021 15:27:06 +0000 (10:27 -0500)]
Update and improve documentation for API.report_spam
Automatically use docstring for documentation
Improve method and documentation order
Remove id parameter from documentation
Update method/endpoint documentation
Harmon [Sat, 10 Apr 2021 15:23:11 +0000 (10:23 -0500)]
Update and improve documentation for API.destroy_mute
Automatically use docstring for documentation
Improve method and documentation order
Remove id parameter from documentation