Joshua Roesslein [Wed, 28 Feb 2018 21:51:34 +0000 (13:51 -0800)]
Revert change to skip users with more than 300 followings
Joshua Roesslein [Wed, 28 Feb 2018 21:44:09 +0000 (13:44 -0800)]
Merge pull request #955 from hugovk/patch-1
Remove broken downloads badge
Joshua Roesslein [Wed, 28 Feb 2018 21:43:10 +0000 (13:43 -0800)]
Merge pull request #970 from sufuf3/update-gitignore
Update .gitignore
Joshua Roesslein [Wed, 28 Feb 2018 21:42:18 +0000 (13:42 -0800)]
Merge pull request #971 from PrimarySite/master
Documentation Improvement
Joshua Roesslein [Wed, 28 Feb 2018 21:41:18 +0000 (13:41 -0800)]
Merge pull request #973 from ad-m/patch-1
Remove duplicate streaming API in TOC of docs
Joshua Roesslein [Wed, 28 Feb 2018 21:40:57 +0000 (13:40 -0800)]
Merge pull request #976 from nicholma/master
Match class name to SearchResult to SearchResults
Joshua Roesslein [Wed, 28 Feb 2018 21:40:35 +0000 (13:40 -0800)]
Merge pull request #987 from skion/patch-1
Fix typo in example.
Joshua Roesslein [Wed, 28 Feb 2018 21:40:06 +0000 (13:40 -0800)]
Merge pull request #1001 from fefzero/master
Update api.rst to show error message
fefzero [Thu, 8 Feb 2018 21:26:35 +0000 (14:26 -0700)]
Update api.rst to show error message
Old documentation incorrectly shows TweepError.message instead of TweepError.response.
Pieter Ennes [Wed, 10 Jan 2018 14:37:45 +0000 (14:37 +0000)]
Fix typo in example.
Matthew [Tue, 12 Dec 2017 11:37:21 +0000 (11:37 +0000)]
Match class name to SearchResult to SearchResults
Adam Dobrawy [Fri, 8 Dec 2017 01:45:21 +0000 (02:45 +0100)]
Remove duplicate streaming API in TOC of docs
Christian Ledermann [Wed, 6 Dec 2017 10:52:28 +0000 (10:52 +0000)]
Feature/document configuration blu 51 (#1)
* Document configuration API method
sufuf3 [Sun, 3 Dec 2017 02:35:30 +0000 (10:35 +0800)]
Update .gitignore
Hugo [Mon, 23 Oct 2017 09:18:50 +0000 (12:18 +0300)]
Remove broken downloads badge
See https://github.com/badges/shields/issues/716.
Also fix typo.
Aaron Hill [Sat, 16 Sep 2017 22:31:49 +0000 (18:31 -0400)]
Merge pull request #736 from legokichi/issue735
Issue735
Aaron Hill [Tue, 11 Jul 2017 01:37:54 +0000 (21:37 -0400)]
Merge pull request #896 from jmartone/patch-1
Handles blank keep-alive new lines
Josh Martone [Thu, 15 Jun 2017 18:59:45 +0000 (14:59 -0400)]
Handles blank keep-alive new lines
Added .strip() to read_line() to handle keep-alive new lines
Aaron Hill [Fri, 12 May 2017 20:45:31 +0000 (16:45 -0400)]
Merge pull request #884 from Moulick/master
Update README.md
Moulick Aggarwal [Fri, 12 May 2017 11:48:41 +0000 (17:18 +0530)]
Update .travis.yml
Moulick Aggarwal [Fri, 12 May 2017 11:43:17 +0000 (17:13 +0530)]
Update README.md
Aaron Hill [Thu, 30 Mar 2017 10:37:33 +0000 (06:37 -0400)]
Merge pull request #870 from alexanderkoumis/master
Prevent .strip() from being called on None
Alexander Koumis [Thu, 30 Mar 2017 04:57:54 +0000 (21:57 -0700)]
Prevent .strip() from being called on None
Aaron Hill [Sun, 19 Mar 2017 14:58:52 +0000 (10:58 -0400)]
Merge pull request #862 from g33klord/patch-1
removed exist_friendship method
g33klord [Sun, 19 Mar 2017 14:34:30 +0000 (20:04 +0530)]
removed exist_friendship method
v3.5.0 has no exist_friendship method.
Aaron Hill [Sun, 5 Mar 2017 17:26:38 +0000 (12:26 -0500)]
Merge pull request #855 from BBischof/patch-1
`streamListener.filter(follow=)` expects `[str]`
Bryan [Sun, 5 Mar 2017 08:23:29 +0000 (00:23 -0800)]
`streamListener.filter(follow=)` expects `[str]`
Example shows the list of parameters as `int`s; they should be `str`s.
Aaron Hill [Tue, 21 Feb 2017 22:14:14 +0000 (17:14 -0500)]
Merge pull request #848 from flinder/master
Argument names in documentation don't match for API.statuses_lookup
Fridolin Linder [Tue, 21 Feb 2017 20:00:27 +0000 (15:00 -0500)]
Argument names don't match for API.statuses_lookup
in API.statuses_lookup the arguments `id`, and `map` have trailing underscores
Aaron Hill [Thu, 16 Feb 2017 21:35:50 +0000 (16:35 -0500)]
Merge pull request #740 from flowerncsu/patch-1
Added documentation of API.mentions_timeline()
Aaron Hill [Fri, 3 Feb 2017 19:58:45 +0000 (14:58 -0500)]
Merge pull request #839 from Perados/Perados-patch-1
Fix allowed_param in docstrings in api.py
Diego Mora Cespedes [Fri, 3 Feb 2017 14:24:47 +0000 (15:24 +0100)]
Fix allowed_param in docstrings in api.py
Some parameters were missing in the docstrings.
Aaron Hill [Tue, 3 Jan 2017 03:52:10 +0000 (22:52 -0500)]
Merge pull request #831 from fitnr/py3.6
Add Python 3.6 to test suite
fitnr [Tue, 3 Jan 2017 02:27:45 +0000 (21:27 -0500)]
add python 3.6 to tests, setup.py, tox
Aaron Hill [Mon, 26 Dec 2016 16:32:31 +0000 (11:32 -0500)]
Merge pull request #827 from mattvenn/master
add an example of streaming from a specific user
matt venn [Sun, 25 Dec 2016 22:35:11 +0000 (23:35 +0100)]
add an example of streaming from a specific user
Aaron Hill [Sun, 6 Nov 2016 14:04:16 +0000 (09:04 -0500)]
Merge pull request #585 from wjt/streaming-docs
Better documentation for StreamListener.on_error
Aaron Hill [Sun, 6 Nov 2016 14:01:10 +0000 (09:01 -0500)]
Merge pull request #766 from alsuren/fix-765
Fix bug in JSONParser.parse() which causes it to return None
Aaron Hill [Sun, 6 Nov 2016 13:52:09 +0000 (08:52 -0500)]
Properly wrap errors from Requests
Aaron Hill [Sun, 6 Nov 2016 13:42:08 +0000 (08:42 -0500)]
Merge pull request #761 from pilbot/feat-140-char-limit
Adds `auto_populate_reply_metadata` attribute on status endpoints
Aaron Hill [Sun, 6 Nov 2016 13:38:52 +0000 (08:38 -0500)]
Merge pull request #739 from tmcarr/tmcarr/example_error
Removing auth.secure = True since it doesnt seem to exist anymore.
Aaron Hill [Sun, 6 Nov 2016 13:35:11 +0000 (08:35 -0500)]
Merge cache fixes
Aaron Hill [Sun, 6 Nov 2016 00:29:09 +0000 (20:29 -0400)]
Merge pull request #717 from elad661/patch-1
Fix file size limit for media_upload
Aaron Hill [Sun, 6 Nov 2016 00:25:58 +0000 (20:25 -0400)]
Merge pull request #744 from fjania/quieter_logging
Quieter logging
Aaron Hill [Sun, 6 Nov 2016 00:22:48 +0000 (20:22 -0400)]
Merge pull request #719 from nutztherookie/patch-1
py3-ify getting_started.rst
Aaron Hill [Sun, 6 Nov 2016 00:19:29 +0000 (20:19 -0400)]
Merge pull request #775 from rajasagashe/master
Corrected minor typo
Aaron Hill [Sun, 6 Nov 2016 00:16:29 +0000 (20:16 -0400)]
Merge pull request #799 from vatsalparekh/master
Update in the Documentation about 'oauth_token'
Aaron Hill [Sun, 6 Nov 2016 00:11:47 +0000 (20:11 -0400)]
Merge pull request #779 from hhromic/proper-logging
replace raw print() calls with proper logging-based calls
Aaron Hill [Sun, 6 Nov 2016 00:08:39 +0000 (20:08 -0400)]
Remove accidentally commited debug code
Aaron Hill [Sat, 5 Nov 2016 23:46:09 +0000 (19:46 -0400)]
Properly encode filter_level
Closes #782
Aaron Hill [Sat, 5 Nov 2016 23:36:53 +0000 (19:36 -0400)]
Add PySocks dependency
Aaron Hill [Sat, 5 Nov 2016 23:14:01 +0000 (19:14 -0400)]
Don't return None from ReadBuffer.read_line and ReadBuffer.read_len
Closes #698
Aaron Hill [Sat, 5 Nov 2016 23:10:50 +0000 (19:10 -0400)]
Add missing import
Aaron Hill [Sat, 5 Nov 2016 23:08:24 +0000 (19:08 -0400)]
Update streaming tests
Aaron Hill [Sat, 5 Nov 2016 23:08:13 +0000 (19:08 -0400)]
Properly re-raise exceptions during streaming
Aaron Hill [Sat, 5 Nov 2016 22:12:59 +0000 (18:12 -0400)]
Reduce precision of lat/long coords used in testing
Python 2 truncates earlier than Python 3 when converting floats to a
string, which was causing problems with the cassette recording.
Aaron Hill [Sat, 5 Nov 2016 21:55:41 +0000 (17:55 -0400)]
Enable pip caching on Travis
Aaron Hill [Sat, 5 Nov 2016 21:53:52 +0000 (17:53 -0400)]
Update test username
Aaron Hill [Sat, 5 Nov 2016 21:29:00 +0000 (17:29 -0400)]
Cleanup tests and update cassettes
Waiting after API calls is unecessary, so all time.sleep calls (except
ones for testing cache expiration) are removed
Aaron Hill [Sat, 5 Nov 2016 21:28:24 +0000 (17:28 -0400)]
Update API for removal for 'account/update_profile_colors'
Aaron Hill [Fri, 4 Nov 2016 23:09:26 +0000 (19:09 -0400)]
Merge pull request #806 from fitnr/not-dead-yet
remove "no longer maintained" note
Aaron Hill [Fri, 4 Nov 2016 23:06:15 +0000 (19:06 -0400)]
Don't sleep when replaying recorded data
Aaron Hill [Fri, 4 Nov 2016 22:40:24 +0000 (18:40 -0400)]
Update dependencies
fitnr [Fri, 28 Oct 2016 17:59:39 +0000 (13:59 -0400)]
remove "no longer maintained" note
Fixes #803, relevant to #792
Joshua Roesslein [Tue, 18 Oct 2016 06:06:44 +0000 (23:06 -0700)]
Remove links to no longer active discussion forum
Joshua Roesslein [Tue, 18 Oct 2016 06:05:42 +0000 (23:05 -0700)]
Add notice library is no longer maintained
Vatsal Parekh [Thu, 13 Oct 2016 16:54:55 +0000 (22:24 +0530)]
Update in the Documentation about 'oauth_token'
Hugo Hromic [Fri, 2 Sep 2016 16:01:35 +0000 (17:01 +0100)]
replace raw print() calls with proper logging-based calls
DarkRedman [Sun, 21 Aug 2016 10:44:26 +0000 (12:44 +0200)]
Update binder.py
I fixed `urllib.urlencode` to `urlencode` in line 135
DarkRedman [Sun, 21 Aug 2016 10:35:06 +0000 (12:35 +0200)]
Fix cache
Fixing the cache key for both get and store methods
rajasagashe [Wed, 10 Aug 2016 04:55:54 +0000 (21:55 -0700)]
Corrected minor typo
David Laban [Tue, 26 Jul 2016 14:17:06 +0000 (15:17 +0100)]
Fix bug in JSONParser.parse() which causes it to return None
Re-combine tower-of-ifs into a single if/else.
Fixes #765
William Cooke [Tue, 19 Jul 2016 09:24:52 +0000 (10:24 +0100)]
Adds `auto_populate_reply_metadata` attribute on status endpoints
Frank Jania [Fri, 10 Jun 2016 21:45:36 +0000 (17:45 -0400)]
Quieter logging
This feels too deep/verbose to be logged at the `info` level.
flowerncsu [Mon, 6 Jun 2016 13:49:13 +0000 (09:49 -0400)]
Added documentation of API.mentions_timeline()
Travis Carr [Thu, 2 Jun 2016 16:25:56 +0000 (09:25 -0700)]
Removing auth.secure = True since it doesnt seem to exist anymore.
legokichi [Tue, 24 May 2016 17:01:21 +0000 (02:01 +0900)]
add unretweet api
legokichi [Tue, 24 May 2016 16:57:51 +0000 (01:57 +0900)]
add unretweet api
Andreas Nüßlein [Tue, 5 Apr 2016 15:14:41 +0000 (17:14 +0200)]
py3-ify getting_started.rst
.. also still compatible with python2
Elad Alfassa [Sun, 3 Apr 2016 15:49:10 +0000 (18:49 +0300)]
Fix file size limit for media_upload
According to https://dev.twitter.com/rest/reference/post/media/upload
the limit of this endpoint is 5MB (which is 4883KiB) per file.
Joshua Roesslein [Thu, 3 Mar 2016 20:32:39 +0000 (12:32 -0800)]
3.6.0
Joshua Roesslein [Wed, 17 Feb 2016 08:30:45 +0000 (00:30 -0800)]
Merge pull request #677 from msaunby/patch-1
Correct typo at line 69
Joshua Roesslein [Wed, 17 Feb 2016 08:29:31 +0000 (00:29 -0800)]
Merge pull request #693 from elahmo/patch-1
Added in_reply_to_status_id_str to allowed parameters
Joshua Roesslein [Wed, 17 Feb 2016 08:28:00 +0000 (00:28 -0800)]
Merge pull request #701 from drevicko/stall-warnings-for-sample
Added stall_warnings parameter support to sample()
Joshua Roesslein [Wed, 17 Feb 2016 08:23:38 +0000 (00:23 -0800)]
Merge pull request #633 from Pietro210/parse-quoted-status
Parse quoted_status dict to Status object
drevicko [Wed, 10 Feb 2016 17:42:00 +0000 (17:42 +0000)]
Added stall_warnings parameter support to sample()
Currently the stall_warnings parameter is unavailable for the sample endpoint.
Joshua Roesslein [Fri, 5 Feb 2016 22:35:28 +0000 (14:35 -0800)]
Merge pull request #695 from orarbel/orarbel-patch-1
'MyStreamListener' object is not callable"
Joshua Roesslein [Fri, 5 Feb 2016 22:33:32 +0000 (14:33 -0800)]
Merge pull request #700 from remram44/doc-badge
Update doc version in README
Remi Rampin [Fri, 5 Feb 2016 19:01:57 +0000 (14:01 -0500)]
Update doc version in README
Or Arbel [Wed, 20 Jan 2016 03:19:51 +0000 (19:19 -0800)]
'MyStreamListener' object is not callable"
Fix for "TypeError: 'MyStreamListener' object is not callable"
Ahmet Novalić [Wed, 6 Jan 2016 12:08:54 +0000 (13:08 +0100)]
Added in_reply_to_status_id_str to allowed parameters
Python has issues representing status IDs with integers, so this will solve an issue when replying to tweets.
More info at https://dev.twitter.com/overview/api/tweets
Michael Saunby [Tue, 24 Nov 2015 10:57:42 +0000 (10:57 +0000)]
Correct typo at line 69
Joshua Roesslein [Fri, 20 Nov 2015 05:42:25 +0000 (21:42 -0800)]
3.5.0
Joshua Roesslein [Tue, 10 Nov 2015 08:54:09 +0000 (00:54 -0800)]
Merge pull request #666 from tjphopkins/new_api_codes
Explicitly return api code when parsing error
tjphopkins [Tue, 3 Nov 2015 11:40:18 +0000 (11:40 +0000)]
Explicitly return api code when parsing error
Joshua Roesslein [Thu, 5 Nov 2015 04:55:45 +0000 (20:55 -0800)]
Merge pull request #583 from kimtree/clean-up-code
Remove deprecated function and clean up codes
Joshua Roesslein [Thu, 5 Nov 2015 04:54:21 +0000 (20:54 -0800)]
Release on tags
Joshua Roesslein [Thu, 5 Nov 2015 04:52:50 +0000 (20:52 -0800)]
Merge pull request #667 from aymericderbois/master
Fix duplicate raise in auth.py
Aymeric Derbois [Wed, 4 Nov 2015 20:30:42 +0000 (21:30 +0100)]
Fix duplicate raise in auth.py
Joshua Roesslein [Tue, 3 Nov 2015 03:16:13 +0000 (19:16 -0800)]
Merge pull request #653 from hugovk/travis_python_versions
Python 3.5 is out