- 05 Apr, 2016 1 commit
-
-
Andreas Nüßlein authored
.. also still compatible with python2
-
- 03 Mar, 2016 1 commit
-
-
Joshua Roesslein authored
-
- 17 Feb, 2016 4 commits
-
-
Joshua Roesslein authored
Correct typo at line 69
-
Joshua Roesslein authored
Added in_reply_to_status_id_str to allowed parameters
-
Joshua Roesslein authored
Added stall_warnings parameter support to sample()
-
Joshua Roesslein authored
Parse quoted_status dict to Status object
-
- 10 Feb, 2016 1 commit
-
-
drevicko authored
Currently the stall_warnings parameter is unavailable for the sample endpoint.
-
- 05 Feb, 2016 3 commits
-
-
Joshua Roesslein authored
'MyStreamListener' object is not callable"
-
Joshua Roesslein authored
Update doc version in README
-
Remi Rampin authored
-
- 19 Jan, 2016 1 commit
-
-
Or Arbel authored
Fix for "TypeError: 'MyStreamListener' object is not callable"
-
- 06 Jan, 2016 1 commit
-
-
Ahmet Novalić authored
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
-
- 24 Nov, 2015 1 commit
-
-
Michael Saunby authored
-
- 20 Nov, 2015 1 commit
-
-
Joshua Roesslein authored
-
- 10 Nov, 2015 1 commit
-
-
Joshua Roesslein authored
Explicitly return api code when parsing error
-
- 09 Nov, 2015 1 commit
-
-
tjphopkins authored
-
- 04 Nov, 2015 4 commits
-
-
Joshua Roesslein authored
Remove deprecated function and clean up codes
-
Joshua Roesslein authored
-
Joshua Roesslein authored
Fix duplicate raise in auth.py
-
Aymeric Derbois authored
-
- 02 Nov, 2015 6 commits
-
-
Joshua Roesslein authored
Python 3.5 is out
-
Joshua Roesslein authored
Test case for PR #635 (and bug #615)
-
Joshua Roesslein authored
Slight correction of a comment in the examples.
-
Joshua Roesslein authored
Added streaming_how_to.rst to the docs index.
-
Joshua Roesslein authored
Allow 'full_text' param when getting direct messages
-
tjphopkins authored
-
- 31 Oct, 2015 1 commit
-
-
obskyr authored
-
- 30 Oct, 2015 1 commit
-
-
Kristian Rother authored
-
- 15 Oct, 2015 2 commits
- 07 Oct, 2015 1 commit
-
-
Will Thompson authored
Without 'Test' in the class name, the test did not run at all. It would have caught #615. StringIO.closed is not assignable under Python 3, but we can just close() the fake stream to make it True. Reading from response.raw gives back bytes, not unicode, so the fake stream in the test case should do the same. And finally, ReadBuffer itself yields unicode, not UTF-8-encoded bytes. See https://github.com/tweepy/tweepy/pull/635 for the actual fix that this tests.
-
- 15 Sep, 2015 2 commits
- 19 Aug, 2015 1 commit
-
-
Joshua Roesslein authored
update_status: first positional argument should be 'status'
-
- 13 Aug, 2015 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 30 Jul, 2015 1 commit
-
-
Joshua Roesslein authored
Added full params to .friends()
-
- 24 Jul, 2015 1 commit
-
-
Zach Varberg authored
This also fixes https://github.com/tweepy/tweepy/issues/615 by properly decoding the python3 bytes object to a string.
-
- 18 Jul, 2015 1 commit
-
-
Pietro authored
-
- 05 Jul, 2015 1 commit
-
-
Mark Nunnikhoven authored
Added additional params to .friends(). Now you can request the latest status (skip_status) and that the user entity be returned with the request (include_user_entities)
-