Harmon [Tue, 7 May 2019 05:21:47 +0000 (00:21 -0500)]
Organize documentation parameters alphabetically
Harmon [Tue, 7 May 2019 01:11:47 +0000 (20:11 -0500)]
Correct documentation for API.report_spam
Harmon [Tue, 7 May 2019 01:05:37 +0000 (20:05 -0500)]
Merge pull request #1090 from shuuji3/add-support-report_spam-perform_block-param
Add a support of the 'perform_block' param for api.report_spam() method
Harmon [Sun, 5 May 2019 23:48:56 +0000 (18:48 -0500)]
Update documentation for API.create_list
Harmon [Sun, 5 May 2019 23:40:46 +0000 (18:40 -0500)]
Merge pull request #904 from Prakash2403/patch-1
Added missing return keyword
Harmon [Sat, 4 May 2019 18:40:34 +0000 (13:40 -0500)]
Drop support for Python 3.4
Python 3.4 has now reached its end-of-life and has been retired.
https://www.python.org/dev/peps/pep-0429/
Harmon [Sat, 4 May 2019 18:28:53 +0000 (13:28 -0500)]
Update setup Development Status classifier
Harmon [Sat, 4 May 2019 09:47:15 +0000 (04:47 -0500)]
Change API.mutes_ids payload type to ids
Harmon [Sat, 4 May 2019 09:44:13 +0000 (04:44 -0500)]
Merge pull request #931 from codingcatgirl/patch-1
Change API.blocks_ids payload type to ids
Harmon [Sat, 4 May 2019 09:33:13 +0000 (04:33 -0500)]
Merge branch 'master' into patch-1
Harmon [Sat, 4 May 2019 09:29:24 +0000 (04:29 -0500)]
Merge pull request #1208 from okomarov/feature/add_cursor_option
Add cursor param to blocks_ids and mutes_ids
Oleg Komarov [Sat, 4 May 2019 08:21:25 +0000 (10:21 +0200)]
Add cursor option to blocks_ids and mutes_ids
Harmon [Sat, 4 May 2019 07:20:29 +0000 (02:20 -0500)]
Remove deprecated sudo keyword from Travis CI configuration
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Harmon [Sat, 4 May 2019 07:16:47 +0000 (02:16 -0500)]
Add Python 3.7 to Travis CI
Harmon [Sat, 4 May 2019 07:15:36 +0000 (02:15 -0500)]
Add Python 3.7 to tox configuration
Harmon [Sat, 4 May 2019 07:14:56 +0000 (02:14 -0500)]
Add Python 3.7 to setup classifiers
Harmon [Sat, 4 May 2019 07:02:53 +0000 (02:02 -0500)]
Update vcrpy version in tox configuration to match test requirements
Harmon [Sat, 4 May 2019 07:02:00 +0000 (02:02 -0500)]
Improve tox configuration deps order
Harmon [Sat, 4 May 2019 07:00:58 +0000 (02:00 -0500)]
Improve setup install_requires order
Harmon [Sat, 4 May 2019 06:57:25 +0000 (01:57 -0500)]
Add nose to test requirements
Harmon [Sat, 4 May 2019 06:56:53 +0000 (01:56 -0500)]
Improve test requirements order
Harmon [Sat, 4 May 2019 06:37:16 +0000 (01:37 -0500)]
Improve import organization
Harmon [Sat, 4 May 2019 05:44:08 +0000 (00:44 -0500)]
Remove unnecessary uuid import from setup
Harmon [Sat, 4 May 2019 05:34:46 +0000 (00:34 -0500)]
Remove unnecessary print_function imports
Harmon [Sat, 4 May 2019 05:24:31 +0000 (00:24 -0500)]
Merge pull request #832 from fitnr/json
Use built in json library
Harmon [Sat, 4 May 2019 05:11:51 +0000 (00:11 -0500)]
Update license and copyright years
Harmon [Sat, 4 May 2019 04:58:08 +0000 (23:58 -0500)]
Fix super usage in TweepError initialization
Harmon [Sat, 4 May 2019 04:46:22 +0000 (23:46 -0500)]
Use super in TweepError initialization
Harmon [Sat, 4 May 2019 04:19:27 +0000 (23:19 -0500)]
Handle map_ parameter for API.statuses_lookup
Fixes #598
Harmon [Fri, 3 May 2019 21:18:55 +0000 (16:18 -0500)]
Update documentation for API.trends_place
Harmon [Fri, 3 May 2019 05:48:28 +0000 (00:48 -0500)]
Document Mute Methods
Document API.create_mute, API.destroy_mute, API.mutes_ids
Resolves #1196
Harmon [Fri, 3 May 2019 03:22:39 +0000 (22:22 -0500)]
Remove API.set_delivery_device
Resolves #1203
Harmon [Wed, 1 May 2019 05:01:17 +0000 (00:01 -0500)]
Remove documentation for API.update_profile_colors
Resolves #1035
Harmon [Wed, 1 May 2019 03:27:01 +0000 (22:27 -0500)]
Update documentation for API.followers
Resolves #1015
Harmon [Tue, 30 Apr 2019 04:25:10 +0000 (23:25 -0500)]
Document API.retweeters
Resolves #1200
Harmon [Sun, 28 Apr 2019 05:01:38 +0000 (00:01 -0500)]
Reorganize CONTRIBUTORS alphabetically
Harmon [Sun, 28 Apr 2019 01:23:39 +0000 (20:23 -0500)]
Add skip_status and include_user_entities to documented parameters
Harmon [Sun, 28 Apr 2019 01:14:35 +0000 (20:14 -0500)]
Document API.unretweet
Resolves #1195
Harmon [Sat, 27 Apr 2019 01:50:27 +0000 (20:50 -0500)]
Fix missing space in API.friends documentation
Harmon [Fri, 26 Apr 2019 04:41:04 +0000 (23:41 -0500)]
Merge branch 'master' into json
Harmon [Thu, 25 Apr 2019 21:30:36 +0000 (16:30 -0500)]
Merge branch 'master' into add-support-report_spam-perform_block-param
Harmon [Thu, 25 Apr 2019 07:12:55 +0000 (02:12 -0500)]
Merge branch 'master' into patch-1
Harmon [Thu, 25 Apr 2019 04:15:16 +0000 (23:15 -0500)]
Merge pull request #1189 from abhi-jha/master
Fix spelling mistake in ReadBuffer docstring
Harmon [Thu, 25 Apr 2019 04:12:33 +0000 (23:12 -0500)]
Merge pull request #822 from avikantz/master
Update documentation to reflect API.lists method rename to API.lists_all
abhi-jha [Wed, 10 Apr 2019 03:33:34 +0000 (09:03 +0530)]
Fix spelling
Joshua Roesslein [Wed, 20 Mar 2019 04:56:03 +0000 (21:56 -0700)]
Merge pull request #1126 from mmontagna/master
Allow optionally setting daemon flag on async threads.
Joshua Roesslein [Wed, 20 Mar 2019 04:54:41 +0000 (21:54 -0700)]
Merge pull request #1138 from Harmon758/cursor-tutorial-fixes
Fix Cursor Tutorial documentation
Joshua Roesslein [Wed, 20 Mar 2019 04:54:08 +0000 (21:54 -0700)]
Merge pull request #1146 from arska/patch-1
correct the tutorial to save the oauth_token
Joshua Roesslein [Wed, 20 Mar 2019 04:47:57 +0000 (21:47 -0700)]
Merge pull request #1143 from cclauss/patch-1
streaming_how_to.rst: 'async' --> 'is_async' for Python 3.7
Joshua Roesslein [Wed, 20 Mar 2019 04:41:57 +0000 (21:41 -0700)]
Merge pull request #1149 from onhernandes/bugfix/request_token
Fix request_token not defined when not calling get_authorization_url
Joshua Roesslein [Wed, 20 Mar 2019 04:39:12 +0000 (21:39 -0700)]
Merge pull request #1165 from qqhann/patch-1
Update api.rst
Joshua Roesslein [Wed, 20 Mar 2019 04:36:05 +0000 (21:36 -0700)]
Merge pull request #1071 from Harmon758/twitter-devs-references-update
Update Twitter Developers API reference links
Joshua Roesslein [Wed, 20 Mar 2019 04:35:13 +0000 (21:35 -0700)]
Merge pull request #1164 from PaperBag42/fix/1141-no-install-examples
Prevent installation of examples
Joshua Roesslein [Wed, 20 Mar 2019 04:33:56 +0000 (21:33 -0700)]
Merge pull request #1176 from samilaine/master
docs/api.rst: update_status now reflects the code
Sami Laine [Thu, 28 Feb 2019 13:48:33 +0000 (15:48 +0200)]
docs/api.rst: update_status now reflects the code
Harmon [Mon, 4 Feb 2019 06:33:06 +0000 (00:33 -0600)]
Merge branch 'master' into twitter-devs-references-update
Harmon [Sun, 3 Feb 2019 23:03:27 +0000 (17:03 -0600)]
Update API reference link for response codes in documentation
Harmon [Wed, 28 Nov 2018 08:45:38 +0000 (02:45 -0600)]
Update contributors
Harmon [Wed, 28 Nov 2018 08:14:17 +0000 (02:14 -0600)]
Merge branch 'master' into twitter-devs-references-update
Harmon [Fri, 6 Jul 2018 07:57:04 +0000 (02:57 -0500)]
Fix API reference link for entities in documentation
Qiushi Pan [Wed, 30 Jan 2019 11:53:36 +0000 (20:53 +0900)]
Update api.rst
rpp is old. the new parameter is count, based on Twitter documentation: https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html
Noam Ben-zichri [Tue, 29 Jan 2019 17:34:44 +0000 (19:34 +0200)]
exclude examples from packages in setup.py (#1141)
Matheus Hernandes [Mon, 7 Jan 2019 00:39:28 +0000 (22:39 -0200)]
fix request_token
Aarno Aukia [Wed, 26 Dec 2018 21:09:49 +0000 (23:09 +0200)]
correct the tutorial to save the oauth_token
Fixes #523
cclauss [Sat, 22 Dec 2018 13:40:37 +0000 (14:40 +0100)]
docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7
'__async__' is a reserved word in Python >= 3.7 so the current call is a syntax error.
cclauss [Sat, 22 Dec 2018 13:38:52 +0000 (14:38 +0100)]
docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7
'__async__' is a reserved word in Python >= 3.7 so the current call is a syntax error.
Harmon [Tue, 4 Dec 2018 15:55:22 +0000 (09:55 -0600)]
Fix line length consistency in cursor tutorial
Harmon [Tue, 4 Dec 2018 15:53:14 +0000 (09:53 -0600)]
Fix formatting in cursor tutorial
Harmon [Tue, 4 Dec 2018 15:51:53 +0000 (09:51 -0600)]
Fix grammatical mistakes in cursor tutorial
Harmon [Tue, 4 Dec 2018 15:36:28 +0000 (09:36 -0600)]
Fix code block in cursor tutorial
Marco Montagna [Wed, 7 Nov 2018 06:16:27 +0000 (22:16 -0800)]
Make Stream accept a daemon option.
Marco Montagna [Wed, 7 Nov 2018 06:16:27 +0000 (22:16 -0800)]
# This is a combination of 3 commits.
# The first commit's message is:
Set daemon flag on async threads.
# The 2nd commit message will be skipped:
# Allow optionally setting thread's daemon but default to false.
# The 3rd commit message will be skipped:
# Revert "Allow optionally setting thread's daemon but default to false."
#
# This reverts commit
fd27bc29cf22c8050c9ef62d4bb69b2eb065de90.
Joshua Roesslein [Fri, 30 Nov 2018 20:14:06 +0000 (12:14 -0800)]
Merge pull request #1135 from Harmon758/3.7.0-readme-update
Update README for 3.7.0 release
Harmon [Wed, 28 Nov 2018 09:32:33 +0000 (03:32 -0600)]
Update coverage badge link format
Harmon [Wed, 28 Nov 2018 09:31:10 +0000 (03:31 -0600)]
Fix broken pypi badge link
Harmon [Wed, 28 Nov 2018 09:29:08 +0000 (03:29 -0600)]
Update documentation badge to v3.7.0
Harmon [Wed, 28 Nov 2018 09:10:16 +0000 (03:10 -0600)]
Add 3.7 to list of supported Python versions
Joshua Roesslein [Wed, 28 Nov 2018 03:53:31 +0000 (19:53 -0800)]
3.7.0
Joshua Roesslein [Wed, 28 Nov 2018 03:47:43 +0000 (19:47 -0800)]
Merge pull request #1124 from osmay88/fix_hardoced_api_url
remove harcoded api url
Joshua Roesslein [Wed, 28 Nov 2018 03:46:13 +0000 (19:46 -0800)]
Merge pull request #1094 from kant/patch-1
Typo on string #22
Joshua Roesslein [Wed, 28 Nov 2018 03:45:05 +0000 (19:45 -0800)]
Merge pull request #1130 from palevell/tweet_mode
Added tweet_mode support to lookup_users() in tweepy/api.py
Patrick A. Levell [Wed, 14 Nov 2018 18:38:21 +0000 (13:38 -0500)]
Added tweet_mode support to lookup_users() in tweepy/api.py
Osmay Y. Cruz Alvarez [Wed, 24 Oct 2018 10:28:05 +0000 (13:28 +0300)]
remove harcoded api url
This is needed for mocking the streaming Twitter API.
Darío Hereñú [Fri, 24 Aug 2018 18:09:14 +0000 (15:09 -0300)]
Typo on string #22
TAKAHASHI Shuuji [Sat, 11 Aug 2018 08:28:45 +0000 (17:28 +0900)]
Update docs for api.report_spam().
TAKAHASHI Shuuji [Sat, 11 Aug 2018 08:16:19 +0000 (17:16 +0900)]
Add a support of the 'perform_block' param for api.report_spam() method.
Harmon [Fri, 6 Jul 2018 07:51:42 +0000 (02:51 -0500)]
Fix api.py formatting inconsistencies
Harmon [Fri, 6 Jul 2018 07:49:27 +0000 (02:49 -0500)]
Fix saved_searches reference
Harmon [Fri, 6 Jul 2018 07:48:37 +0000 (02:48 -0500)]
Update Twitter Developers API reference links
Joshua Roesslein [Tue, 3 Jul 2018 18:22:58 +0000 (11:22 -0700)]
Merge pull request #1033 from Autumn945/master
proxies support
Joshua Roesslein [Tue, 3 Jul 2018 18:20:58 +0000 (11:20 -0700)]
Merge pull request #1036 from TimmDay/master
updated cursor_tutorial with extended_tweet instructions
Joshua Roesslein [Thu, 21 Jun 2018 03:18:06 +0000 (20:18 -0700)]
Merge pull request #1055 from antoinemcgrath/master
Added the function create_mute and destroy_mute
antoinemcgrath [Fri, 8 Jun 2018 22:08:15 +0000 (15:08 -0700)]
update
antoinemcgrath [Wed, 6 Jun 2018 22:09:41 +0000 (15:09 -0700)]
Added the function create_mute and destroy_mute
Joshua Roesslein [Sat, 2 Jun 2018 22:53:33 +0000 (17:53 -0500)]
Merge pull request #1031 from tuomeyp/patch-1
Update api.rst
Joshua Roesslein [Sat, 2 Jun 2018 22:51:46 +0000 (17:51 -0500)]
Merge pull request #1037 from data4d/master
Update count parameter for search_users and list_timeline
Joshua Roesslein [Sat, 2 Jun 2018 22:48:13 +0000 (17:48 -0500)]
Merge pull request #1042 from nyanye/master
Fix Python3.7 compatibility issue
Joshua Roesslein [Sat, 2 Jun 2018 22:46:05 +0000 (17:46 -0500)]
Merge pull request #1043 from hugovk/rm-eol
Remove redundant Python 2.6 and 3.3 code
Joshua Roesslein [Thu, 31 May 2018 18:19:12 +0000 (13:19 -0500)]
Merge pull request #1027 from tweepy/fix-1026
Fix bug where streaming throws an exception after long use
Hugo [Mon, 14 May 2018 13:16:05 +0000 (16:16 +0300)]
Unnecessary list call - rewrite as a literal