Harmon [Sat, 22 May 2021 17:51:52 +0000 (12:51 -0500)]
Update and improve documentation for API.unretweet
Harmon [Sat, 22 May 2021 17:46:53 +0000 (12:46 -0500)]
Update and improve documentation for API.retweet
Harmon [Sat, 22 May 2021 17:43:41 +0000 (12:43 -0500)]
Update and improve documentation for API.destroy_status
Harmon [Sat, 22 May 2021 17:41:17 +0000 (12:41 -0500)]
Update and improve documentation for API.destroy_favorite
Harmon [Sat, 22 May 2021 17:34:26 +0000 (12:34 -0500)]
Update and improve documentation for API.create_favorite
Harmon [Sat, 22 May 2021 13:24:45 +0000 (08:24 -0500)]
Update and improve documentation for API.get_status
Harmon [Sat, 22 May 2021 13:20:52 +0000 (08:20 -0500)]
Update and improve documentation for API.retweets_of_me
Harmon [Sat, 22 May 2021 13:17:02 +0000 (08:17 -0500)]
Update and improve documentation for API.retweets
Harmon [Sat, 22 May 2021 13:14:19 +0000 (08:14 -0500)]
Update and improve documentation for API.retweeters
Harmon [Sat, 22 May 2021 13:03:13 +0000 (08:03 -0500)]
Update and improve documentation for API.get_oembed
Harmon [Sat, 22 May 2021 12:57:23 +0000 (07:57 -0500)]
Update and improve documentation for API.statuses_lookup
Harmon [Sat, 22 May 2021 12:55:59 +0000 (07:55 -0500)]
Fix References section header in documentation for API.favorites
Harmon [Sat, 22 May 2021 12:53:15 +0000 (07:53 -0500)]
Update and improve documentation for API.favorites
Harmon [Sat, 22 May 2021 12:48:47 +0000 (07:48 -0500)]
Update and improve documentation for API.user_timeline
Harmon [Sat, 22 May 2021 12:46:56 +0000 (07:46 -0500)]
Update and improve documentation for API.mentions_timeline
Harmon [Sat, 22 May 2021 12:43:08 +0000 (07:43 -0500)]
Update and improve documentation for API.home_timeline
Harmon [Sat, 22 May 2021 12:40:16 +0000 (07:40 -0500)]
Update and improve documentation for API.search_full_archive
Harmon [Sat, 22 May 2021 12:20:33 +0000 (07:20 -0500)]
Fix reference to List in documentation for API.search_30_day
Harmon [Sat, 22 May 2021 12:14:28 +0000 (07:14 -0500)]
Fix URL anchors for Models Reference documentation
Harmon [Sat, 22 May 2021 11:55:40 +0000 (06:55 -0500)]
Update and improve documentation for API.search_30_day
Harmon [Sat, 22 May 2021 11:42:09 +0000 (06:42 -0500)]
Improve wording in documentation for API
Harmon [Sat, 22 May 2021 11:37:53 +0000 (06:37 -0500)]
Update and improve documentation for API
Harmon [Thu, 20 May 2021 15:51:38 +0000 (10:51 -0500)]
Fix reference in documentation for Cursor
Harmon [Wed, 19 May 2021 15:42:34 +0000 (10:42 -0500)]
Properly close file in API.simple_upload
Harmon [Wed, 19 May 2021 15:42:18 +0000 (10:42 -0500)]
Properly close file in API.update_profile_banner
Harmon [Wed, 19 May 2021 15:41:59 +0000 (10:41 -0500)]
Properly close file in API.update_with_media
Harmon [Wed, 19 May 2021 15:38:22 +0000 (10:38 -0500)]
Skip auth tests if consumer key and/or secret missing
Harmon [Wed, 19 May 2021 15:34:58 +0000 (10:34 -0500)]
Remove Stream tests
Harmon [Wed, 19 May 2021 12:55:57 +0000 (07:55 -0500)]
Update API.user_timeline argument name in next(cursor) test
Harmon [Wed, 19 May 2021 12:43:35 +0000 (07:43 -0500)]
Update consumer key and secret usage in auth tests
Harmon [Wed, 19 May 2021 12:05:08 +0000 (07:05 -0500)]
Use ensure_future instead of create_task in AsyncStream
Maintain support for Python 3.6
Harmon [Tue, 18 May 2021 20:13:15 +0000 (15:13 -0500)]
Switch from recommonmark to MyST-Parser for documentation
Harmon [Tue, 18 May 2021 08:34:42 +0000 (03:34 -0500)]
Remove sphinxcontrib-trio for documentation
Harmon [Tue, 18 May 2021 08:33:19 +0000 (03:33 -0500)]
Pin Read the Docs Sphinx theme version for documentation
Harmon [Tue, 18 May 2021 08:27:33 +0000 (03:27 -0500)]
Pin Sphinx version for documentation
Harmon [Sun, 16 May 2021 21:10:16 +0000 (16:10 -0500)]
Use sphinxcontrib-trio for documentation
Harmon [Sun, 16 May 2021 20:57:09 +0000 (15:57 -0500)]
Install async extra for Read the Docs
Harmon [Sun, 16 May 2021 20:46:22 +0000 (15:46 -0500)]
Merge pull request #1491 from tweepy/async-streaming
Support asynchronous streaming
Harmon [Sun, 16 May 2021 11:06:15 +0000 (06:06 -0500)]
Check oauthlib installation when importing asynchronous subpackage
Harmon [Thu, 13 May 2021 13:47:38 +0000 (08:47 -0500)]
Remove unused os import in api.py
Harmon [Thu, 13 May 2021 13:44:50 +0000 (08:44 -0500)]
Add API.user_agent
Harmon [Thu, 13 May 2021 09:22:21 +0000 (04:22 -0500)]
Merge pull request #1584 from crunis/async-streaming
Remove async from filter and sample functions
Christian Teijon [Thu, 13 May 2021 08:28:07 +0000 (10:28 +0200)]
Update documentation
filter and sample are no longer coroutines
Harmon [Thu, 13 May 2021 00:51:58 +0000 (19:51 -0500)]
Bump version to 4.0.0-alpha for development purposes
Christian Teijon [Wed, 12 May 2021 19:14:00 +0000 (21:14 +0200)]
Remove async from filter and sample functions
Since these functions just return a task, they
don't need to be async.
If the async is left, it forces us to use
an unnecessary and confussing extra await when
calling them, and then another one on the task
they return.
Harmon [Fri, 7 May 2021 21:54:35 +0000 (16:54 -0500)]
Change Client initialization parameter to be keyword-only
Change wait_on_rate_limit Client initialization parameter to be keyword-only
Harmon [Sat, 1 May 2021 16:16:29 +0000 (11:16 -0500)]
Fix reference to pinned_tweet_id in User
Harmon [Thu, 29 Apr 2021 10:54:47 +0000 (05:54 -0500)]
Add installation documentation for async extra
Harmon [Thu, 29 Apr 2021 10:45:40 +0000 (05:45 -0500)]
Improve documentation for Stream.sample
Define links in Stream.sample as well as Stream.filter
Harmon [Thu, 29 Apr 2021 10:42:13 +0000 (05:42 -0500)]
Change AsyncStream.sample parameters to be keyword-only
Harmon [Thu, 29 Apr 2021 10:41:42 +0000 (05:41 -0500)]
Change AsyncStream.filter parameters to be keyword-only
Harmon [Thu, 29 Apr 2021 10:40:05 +0000 (05:40 -0500)]
Change AsyncStream initialization parameters to be keyword-only
Change max_retries and proxy AsyncStream initialization parameters to be keyword-only
Harmon [Thu, 29 Apr 2021 10:38:43 +0000 (05:38 -0500)]
Add languages parameter for AsyncStream.sample
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