- 02 Nov, 2015 4 commits
-
-
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
- 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()
-
- 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)
-
- 03 Jul, 2015 4 commits
-
-
Joshua Roesslein authored
Added support for the "filter_level" parameter for the streaming API
-
Joshua Roesslein authored
Change raise in streaming.py to raise exception
-
Joshua Roesslein authored
Do not need tweepy in the line. Showing tweepy.error.TweepError: Failed to send request: local variable 'auth' referenced before assignment error
-
Joshua Roesslein authored
Allow include_email param
-
- 18 Jun, 2015 1 commit
-
-
- 13 Jun, 2015 1 commit
-
-
Joshua Roesslein authored
Fixes issue #570 - add "exception" when raising one
-
- 11 Jun, 2015 1 commit
-
-
Jalem Raj Rohit authored
-
- 09 Jun, 2015 2 commits
-
-
Evamvid Sharma authored
Changed raise to raise exception
-
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
-
- 28 May, 2015 3 commits
-
-
Joshua Roesslein authored
Typo fix on _add_list_members, _remove_list_members properties.
-
Joshua Roesslein authored
Added RateLimitError for easily working with the rate limit.
-
Joshua Roesslein authored
Streaming: don't decode stream bytes until json.decode
-
- 18 May, 2015 2 commits
- 15 May, 2015 2 commits
-
-
Joshua Roesslein authored
Adds API for account/settings
-
Joshua Roesslein authored
Correct spelling error in getting_started.rst
-
- 13 May, 2015 1 commit
-
-
Jeff Schnurr authored
-
- 09 May, 2015 1 commit
-
-
Geoffrey Chan authored
-
- 21 Apr, 2015 1 commit
-
-
Namwoo Kim authored
-
- 16 Apr, 2015 1 commit
-
-
Ruslan Karalkin authored
-
- 04 Apr, 2015 4 commits
-
-
Joshua Roesslein authored
API.update_status() problem in example code
-
Joshua Roesslein authored
Add a Gitter chat badge to README.md
-
The Gitter Badger authored
-
lackofdream authored
It seems that the API.update_status() function has changed however the example code hasn't. And It causes a 400 Bad Request.
-
- 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.
-