- 05 Nov, 2016 5 commits
-
-
Aaron Hill authored
-
Aaron Hill authored
Closes #782
-
Aaron Hill authored
Closes #698
-
Aaron Hill authored
-
Aaron Hill authored
-
- 02 Sep, 2016 1 commit
-
-
Hugo Hromic authored
-
- 21 Aug, 2016 2 commits
-
-
DarkRedman authored
I fixed `urllib.urlencode` to `urlencode` in line 135
-
DarkRedman authored
Fixing the cache key for both get and store methods
-
- 10 Jun, 2016 1 commit
-
-
Frank Jania authored
This feels too deep/verbose to be logged at the `info` level.
-
- 03 Apr, 2016 1 commit
-
-
Elad Alfassa authored
According to https://dev.twitter.com/rest/reference/post/media/upload the limit of this endpoint is 5MB (which is 4883KiB) per file.
-
- 03 Mar, 2016 1 commit
-
-
Joshua Roesslein authored
-
- 10 Feb, 2016 1 commit
-
-
drevicko authored
Currently the stall_warnings parameter is unavailable for the sample endpoint.
-
- 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
-
- 20 Nov, 2015 1 commit
-
-
Joshua Roesslein authored
-
- 09 Nov, 2015 1 commit
-
-
tjphopkins authored
-
- 04 Nov, 2015 1 commit
-
-
Aymeric Derbois authored
-
- 02 Nov, 2015 1 commit
-
-
tjphopkins authored
-
- 13 Aug, 2015 1 commit
-
-
Joshua Roesslein authored
-
- 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)
-
- 18 Jun, 2015 1 commit
-
-
- 09 Jun, 2015 1 commit
-
-
Evamvid Sharma authored
Line 286. This prevents the "RuntimeError: No active exception to reraise" error. http://stackoverflow.com/a/28871066 Didn't look like anyone had changed the line.
-
- 06 Jun, 2015 1 commit
-
-
john authored
-
- 31 May, 2015 1 commit
-
-
john authored
-
- 18 May, 2015 1 commit
-
-
obskyr authored
Can't believe this hasn't been in until now! Huh.
-
- 09 May, 2015 1 commit
-
-
Geoffrey Chan authored
-
- 21 Apr, 2015 2 commits
-
-
Namwoo Kim authored
-
Namwoo Kim authored
-
- 16 Apr, 2015 1 commit
-
-
Ruslan Karalkin authored
-
- 20 Mar, 2015 1 commit
-
-
Will Thompson authored
Passing the tweet text as the lone positional argument to update_status: api.update_status(u'Hi mum!') is suggested in much documentation and in several tests, but f99b1da5 introduced media_ids as the first argument, breaking this API. This change will break anyone who uses tweepy >= 3.2 and assumes they can pass media_ids as the first positional; but I expect that to be a much smaller set than people who have followed the example in the docs, who find their application mysteriously fails to post tweets after upgrading tweepy. Fixes #554.
-
- 12 Mar, 2015 1 commit
-
-
tehspaceg authored
This resolves an issue found here: https://github.com/tweepy/tweepy/issues/570 If an exception is thrown in the listener, the exception is not sent out currently and results in an error.
-
- 21 Feb, 2015 2 commits
-
-
Joshua Roesslein authored
-
RussellTaylor83 authored
Made catch statement error message more explicit for _pack_image
-
- 18 Feb, 2015 2 commits
-
-
Michael Brooks authored
-
Michael Brooks authored
-
- 16 Feb, 2015 4 commits
-
-
Paul van der Linden authored
-
Paul van der Linden authored
-
Paul van der Linden authored
-
Joshua Roesslein authored
-