tweepy.git
11 years agoRemove Python 2.5 from CI runs.
Joshua Roesslein [Thu, 8 Nov 2012 04:57:30 +0000 (20:57 -0800)]
Remove Python 2.5 from CI runs.

[ci skip]

11 years agoMerge pull request #203 from alejandrogomez/retweeted_by_user
Joshua Roesslein [Thu, 8 Nov 2012 04:51:26 +0000 (20:51 -0800)]
Merge pull request #203 from alejandrogomez/retweeted_by_user

Get retweets by user

11 years agoTweak create/destroy friendship test.
Joshua Roesslein [Thu, 8 Nov 2012 04:40:26 +0000 (20:40 -0800)]
Tweak create/destroy friendship test.

Added a bit of sleep time between destroy and create
requests to allow Twitter time to process.

[ci skip]

11 years agoRemove deprecated trends_current().
Joshua Roesslein [Thu, 8 Nov 2012 04:18:33 +0000 (20:18 -0800)]
Remove deprecated trends_current().

Also adding IRC notifications for CI build failures.

11 years agoFix travis environment variables.
Joshua Roesslein [Thu, 8 Nov 2012 03:47:44 +0000 (19:47 -0800)]
Fix travis environment variables.

11 years agoAdd Travis CI config.
Joshua Roesslein [Thu, 8 Nov 2012 03:37:33 +0000 (19:37 -0800)]
Add Travis CI config.

11 years agoFix up tests to get them passing.
Joshua Roesslein [Thu, 8 Nov 2012 03:36:44 +0000 (19:36 -0800)]
Fix up tests to get them passing.

Removed a few deprecated tests and added
environment variable lookup for getting oAuth credentials.

11 years agoRemove deprecated trends endpoint.
Joshua Roesslein [Thu, 8 Nov 2012 03:36:05 +0000 (19:36 -0800)]
Remove deprecated trends endpoint.

11 years agoNew README.
Joshua Roesslein [Thu, 8 Nov 2012 03:35:43 +0000 (19:35 -0800)]
New README.

12 years agoGet retweets by user
Alejandro Gómez [Wed, 5 Sep 2012 15:59:42 +0000 (17:59 +0200)]
Get retweets by user

12 years agoMerge pull request #160 from hdemers/fix-memcache-get
Joshua Roesslein [Sun, 19 Aug 2012 09:37:47 +0000 (02:37 -0700)]
Merge pull request #160 from hdemers/fix-memcache-get

Fix `memcache.get` duplicated `key` arg.

12 years agoMerge pull request #156 from kodkultur/master
Joshua Roesslein [Sun, 19 Aug 2012 09:31:09 +0000 (02:31 -0700)]
Merge pull request #156 from kodkultur/master

Implemented /friendships/lookup

12 years agoDeprecating and removing tweepyshell.
Joshua Roesslein [Sun, 19 Aug 2012 09:20:20 +0000 (02:20 -0700)]
Deprecating and removing tweepyshell.

12 years agoBump version to 1.11.
Joshua Roesslein [Wed, 15 Aug 2012 05:42:47 +0000 (22:42 -0700)]
Bump version to 1.11.

12 years agoMerge pull request #163 from webisteme/fav
Joshua Roesslein [Thu, 2 Aug 2012 04:34:49 +0000 (21:34 -0700)]
Merge pull request #163 from webisteme/fav

Added max_id param to favorites API method

12 years agoMerge pull request #185 from alejandrogomez/master
Joshua Roesslein [Thu, 2 Aug 2012 04:29:08 +0000 (21:29 -0700)]
Merge pull request #185 from alejandrogomez/master

Add missing parameters to `verify_credentials`

12 years agoMerge pull request #189 from vinsonlee/remove-public_timeline
Joshua Roesslein [Fri, 20 Jul 2012 05:30:14 +0000 (22:30 -0700)]
Merge pull request #189 from vinsonlee/remove-public_timeline

Remove deprecated statuses/public_timeline.

12 years agoRemove deprecated statuses/public_timeline.
Vinson Lee [Tue, 17 Jul 2012 05:17:11 +0000 (22:17 -0700)]
Remove deprecated statuses/public_timeline.

Signed-off-by: Vinson Lee <vlee@twitter.com>
12 years agoMerge pull request #186 from jeunito/streaming_example
Joshua Roesslein [Fri, 13 Jul 2012 05:54:59 +0000 (22:54 -0700)]
Merge pull request #186 from jeunito/streaming_example

streaming example

12 years agoparse datetime for `tweepy.models.List` objects
Alejandro Gómez [Thu, 12 Jul 2012 16:45:19 +0000 (18:45 +0200)]
parse datetime for `tweepy.models.List` objects

12 years agoMerge pull request #187 from jschauma/master
Joshua Roesslein [Tue, 10 Jul 2012 21:23:11 +0000 (14:23 -0700)]
Merge pull request #187 from jschauma/master

Trivially add support for retweeted_by_user

12 years agoretweeted_by_user requres an argument
Jan Schaumann [Tue, 10 Jul 2012 13:33:14 +0000 (09:33 -0400)]
retweeted_by_user requres an argument

12 years agochanged streaming.py to oauth from basic auth
Jose Asuncion [Tue, 10 Jul 2012 11:44:57 +0000 (19:44 +0800)]
changed streaming.py to oauth from basic auth

12 years agodon't bump version, fix tyop
Jan Schaumann [Mon, 9 Jul 2012 13:41:09 +0000 (09:41 -0400)]
don't bump version, fix tyop

12 years agoBump version to 1.10.
Joshua Roesslein [Mon, 9 Jul 2012 06:46:34 +0000 (23:46 -0700)]
Bump version to 1.10.

12 years agoFix userstreams. Use delimited!
Joshua Roesslein [Mon, 9 Jul 2012 06:31:54 +0000 (23:31 -0700)]
Fix userstreams. Use delimited!

12 years agoMerge pull request #179 from vinsonlee/use-oauth-in-tests
Joshua Roesslein [Mon, 9 Jul 2012 06:05:21 +0000 (23:05 -0700)]
Merge pull request #179 from vinsonlee/use-oauth-in-tests

Use OAuth for authentication in unit tests.

12 years agoFix streaming to properly parse next object length.
Joshua Roesslein [Mon, 9 Jul 2012 05:51:27 +0000 (22:51 -0700)]
Fix streaming to properly parse next object length.

12 years agoAdd support for retweeted_by_user:
Jan Schaumann [Fri, 6 Jul 2012 19:35:02 +0000 (15:35 -0400)]
Add support for retweeted_by_user:
https://dev.twitter.com/docs/api/1/get/statuses/retweeted_by_user

12 years agostreaming example
Jose Asuncion [Fri, 6 Jul 2012 00:19:14 +0000 (17:19 -0700)]
streaming example

12 years agoExplicit imports and removal of unused variables
Alejandro Gómez [Thu, 5 Jul 2012 19:23:21 +0000 (21:23 +0200)]
Explicit imports and removal of unused variables

12 years agoAdd missing parameters to `verify_credentials`
Alejandro Gómez [Thu, 5 Jul 2012 19:32:30 +0000 (21:32 +0200)]
Add missing parameters to `verify_credentials`

As described in the Twitter API docs, the `verify_credentials`
method accepts the optional `include_entities` and `skip_status`
parameters.

    https://dev.twitter.com/docs/api/1/get/account/verify_credentials

I've modified `tweepy.API.verify_credentials` for allowing these
parameters and expanded `tests.testverifycredentials` to test the
new functionality

12 years agoUse OAuth for authentication in unit tests.
Vinson Lee [Fri, 8 Jun 2012 06:33:31 +0000 (23:33 -0700)]
Use OAuth for authentication in unit tests.

Basic Auth is no longer supported.

Signed-off-by: Vinson Lee <vlee@twitter.com>
12 years agoMerge pull request #168 from srj55.
Joshua Roesslein [Tue, 17 Apr 2012 16:12:08 +0000 (11:12 -0500)]
Merge pull request #168 from srj55.

Conflicts:
tweepy/streaming.py

12 years agoUpdate tweepy/streaming.py
Steve Jones [Tue, 17 Apr 2012 01:57:39 +0000 (22:57 -0300)]
Update tweepy/streaming.py

12 years agoUpdate to streaming read loop to use delimited stream mode.
Steve Jones [Tue, 17 Apr 2012 01:55:48 +0000 (22:55 -0300)]
Update to streaming read loop to use delimited stream mode.

1) read newlines until a digit appears
2) read rest of digits until another new line appears
3) read next status object
4) repeat

-improved speed over trunk version
-simplify loop logic
-added condition for "self.running and not resp.isclosed()" during each read-loop stage

12 years agoEncode parameters using percent-encoding for spaces.
Joshua Roesslein [Mon, 16 Apr 2012 20:58:10 +0000 (15:58 -0500)]
Encode parameters using percent-encoding for spaces.

12 years agoImplemnt an urlencode that uses quote instead.
Joshua Roesslein [Mon, 16 Apr 2012 20:57:41 +0000 (15:57 -0500)]
Implemnt an urlencode that uses quote instead.

12 years agoMerge pull request #164 from PabloCastellano/master
Joshua Roesslein [Mon, 16 Apr 2012 19:55:29 +0000 (12:55 -0700)]
Merge pull request #164 from PabloCastellano/master

fix project urls

12 years agoUpdated faster read loop code. this implementation is nearly as fast and also allows...
Steve Jones [Thu, 12 Apr 2012 04:04:43 +0000 (01:04 -0300)]
Updated faster read loop code.  this implementation is nearly as fast and also allows all tweets to fire on_status() event calls.  Previously, when the stream went silent, the most recent tweet would be stuck in the read buffer and would not fire an on_status() event call.

12 years agoFix project urls
Pablo Castellano [Mon, 9 Apr 2012 12:39:24 +0000 (14:39 +0200)]
Fix project urls

12 years agoAdded max_id param to favorites API method
Eli [Sat, 7 Apr 2012 13:27:12 +0000 (14:27 +0100)]
Added max_id param to favorites API method

12 years agoFix memcache.set duplicated `key` arg.
Hugues Demers [Mon, 2 Apr 2012 20:42:19 +0000 (16:42 -0400)]
Fix memcache.set duplicated `key` arg.

12 years agoAdded support for /friendships/lookup api call
John Gunnarsson [Mon, 19 Mar 2012 00:35:16 +0000 (01:35 +0100)]
Added support for /friendships/lookup api call

12 years agoBump to version 1.9
Joshua Roesslein [Sat, 17 Mar 2012 06:55:07 +0000 (01:55 -0500)]
Bump to version 1.9

12 years agoMerge pull request #149 from coderholic/patch-1
Joshua Roesslein [Fri, 9 Mar 2012 20:15:40 +0000 (12:15 -0800)]
Merge pull request #149 from coderholic/patch-1

lookup users API call doesn't require authentication.

12 years agoMerge pull request #144 from danfairs/faster-read-loop
Joshua Roesslein [Thu, 8 Mar 2012 05:00:25 +0000 (21:00 -0800)]
Merge pull request #144 from danfairs/faster-read-loop

Use a buffer rather than reading the Twitter response one byte at a time...

12 years agolookup users API call doesn't require authentication. See the documentation at https...
Ben Dowling [Wed, 29 Feb 2012 18:15:53 +0000 (18:15 +0000)]
lookup users API call doesn't require authentication. See the documentation at https://dev.twitter.com/docs/api/1/get/users/lookup and try the example: https://api.twitter.com/1/users/lookup.json?screen_name=twitterapi&include_entities=true

12 years agoProvide a hook for subclasses to do something when a response closes.
Dan Fairs [Sat, 4 Feb 2012 16:22:56 +0000 (16:22 +0000)]
Provide a hook for subclasses to do something when a response closes.

12 years agoCheck that the response is not closed each time around the loop.
Dan Fairs [Sat, 4 Feb 2012 16:22:34 +0000 (16:22 +0000)]
Check that the response is not closed each time around the loop.

12 years agoUse a buffer rather than reading the Twitter response one byte at a time. This actual...
Dan Fairs [Tue, 31 Jan 2012 15:47:38 +0000 (15:47 +0000)]
Use a buffer rather than reading the Twitter response one byte at a time. This actually respects the buffer_size option that was already there, but unused.

12 years agoMerge pull request #136 from rdennis463/geo_search
Joshua Roesslein [Thu, 29 Dec 2011 01:06:17 +0000 (17:06 -0800)]
Merge pull request #136 from rdennis463/geo_search

added the geo_search API method,

12 years agoadded the geo_search API method, no attribute:street_address support at this time
Robert Dennis [Mon, 28 Nov 2011 01:59:45 +0000 (20:59 -0500)]
added the geo_search API method, no attribute:street_address support at this time

12 years agoMerge pull request #122 from cduruk/parser
Joshua Roesslein [Sun, 13 Nov 2011 06:30:16 +0000 (22:30 -0800)]
Merge pull request #122 from cduruk/parser

Add a RawParser to access JSON objects directly

12 years agoMerge pull request #123 from nloadholtes/nloadholtes-examples
Joshua Roesslein [Sun, 13 Nov 2011 06:29:00 +0000 (22:29 -0800)]
Merge pull request #123 from nloadholtes/nloadholtes-examples

A new example of how to use oauth

12 years agoMerge pull request #124 from reuteras/httplib-fix
Joshua Roesslein [Sun, 13 Nov 2011 06:26:14 +0000 (22:26 -0800)]
Merge pull request #124 from reuteras/httplib-fix

Fix for newer version of httplib

12 years agoVersion 1.8
Joshua Roesslein [Tue, 1 Nov 2011 04:06:54 +0000 (23:06 -0500)]
Version 1.8

12 years agoOnly return cursors if needed.
Joshua Roesslein [Tue, 1 Nov 2011 04:05:31 +0000 (23:05 -0500)]
Only return cursors if needed.

12 years agoConnect to streaming API using HTTPS by default.
Joshua Roesslein [Thu, 20 Oct 2011 18:15:43 +0000 (13:15 -0500)]
Connect to streaming API using HTTPS by default.

https://dev.twitter.com/blog/streaming-api-turning-ssl-only-september-29th

12 years agoFix for newer version of httplib
Peter Reuterås [Sun, 9 Oct 2011 10:35:01 +0000 (12:35 +0200)]
Fix for newer version of httplib

httplib in python 2.7 requires that the lenght parameter is a string
and not an int.

12 years agoA new example of how to use oauth
Nick Loadholtes [Sat, 8 Oct 2011 18:49:45 +0000 (14:49 -0400)]
A new example of how to use oauth

12 years agoAdd Redis cache.
rogelio [Sat, 1 Oct 2011 05:48:21 +0000 (00:48 -0500)]
Add Redis cache.

12 years agoModified MemCacheCache to raise NotImplementedError instead of returning false data.
rogelio [Sat, 1 Oct 2011 05:40:18 +0000 (00:40 -0500)]
Modified MemCacheCache to raise NotImplementedError instead of returning false data.

12 years agoFallback to pickle module if CPickle not found.
rogelio [Sat, 1 Oct 2011 05:36:55 +0000 (00:36 -0500)]
Fallback to pickle module if CPickle not found.

12 years agoMerge pull request #113 from meetar/patch-1
Joshua Roesslein [Sat, 1 Oct 2011 05:17:52 +0000 (22:17 -0700)]
Merge pull request #113 from meetar/patch-1

Edited username in github url from joshthecoder to tweepy

12 years agoMerge pull request #114 from meetar/patch-2
Joshua Roesslein [Sat, 1 Oct 2011 05:17:27 +0000 (22:17 -0700)]
Merge pull request #114 from meetar/patch-2

Edited username in setup.py from joshthecoder to tweepy

12 years agoAdded a use_cache flag to calls. Default is true.
rogelio [Wed, 15 Jun 2011 19:23:11 +0000 (14:23 -0500)]
Added a use_cache flag to calls. Default is true.

This is to avoid caching calls like rate_limit_status which shouldn't ever be cached.

Binder was modified to only cache when the flag is true.

12 years agoAdd a RawParser to access JSON objects directly
Can Duruk [Fri, 30 Sep 2011 00:39:57 +0000 (17:39 -0700)]
Add a RawParser to access JSON objects directly

13 years agoEdited setup.py via GitHub
Peter Richardson [Tue, 26 Jul 2011 19:25:06 +0000 (16:25 -0300)]
Edited setup.py via GitHub

13 years agoEdited username in github url from joshthecoder to tweepy
Peter Richardson [Tue, 26 Jul 2011 19:23:11 +0000 (16:23 -0300)]
Edited username in github url from joshthecoder to tweepy

13 years agoMerge pull request #105 from hmarr/dms-show
Joshua Roesslein [Thu, 26 May 2011 05:50:34 +0000 (22:50 -0700)]
Merge pull request #105 from hmarr/dms-show

Added method for direct_messages/show

13 years agoAdded method for direct_messages/show
Harry Marr [Thu, 19 May 2011 09:37:12 +0000 (10:37 +0100)]
Added method for direct_messages/show

13 years agoUpdate README.
Josh Roesslein [Wed, 11 May 2011 06:07:57 +0000 (01:07 -0500)]
Update README.

13 years agoAdd Basic Authentication example.
Josh Roesslein [Wed, 11 May 2011 04:15:25 +0000 (23:15 -0500)]
Add Basic Authentication example.

13 years agoMerged pull request #99 from panisson/master.
Joshua Roesslein [Mon, 25 Apr 2011 17:14:04 +0000 (10:14 -0700)]
Merged pull request #99 from panisson/master.

Overriding stack trace on streaming.py

13 years agoThe "raise exception" is overriding the stack trace and hiding all errors, a simple...
André Panisson [Mon, 18 Apr 2011 16:57:08 +0000 (09:57 -0700)]
The "raise exception" is overriding the stack trace and hiding all errors, a simple "raise" should be fine.

13 years agoDocument installation.
Josh Roesslein [Sat, 16 Apr 2011 00:58:36 +0000 (19:58 -0500)]
Document installation.

13 years agoUpdate README
Josh Roesslein [Sat, 16 Apr 2011 00:28:10 +0000 (19:28 -0500)]
Update README

13 years agoCreate new blank sphinx docs.
Josh Roesslein [Sat, 16 Apr 2011 00:05:08 +0000 (19:05 -0500)]
Create new blank sphinx docs.

13 years agodoc -> docs
Josh Roesslein [Fri, 15 Apr 2011 23:52:08 +0000 (18:52 -0500)]
doc -> docs

13 years agoRemove old changelog file.
Josh Roesslein [Thu, 14 Apr 2011 06:16:05 +0000 (01:16 -0500)]
Remove old changelog file.

13 years agoRe-sync contributors.
Josh Roesslein [Thu, 14 Apr 2011 06:11:39 +0000 (01:11 -0500)]
Re-sync contributors.

13 years agoMerge streaming improvements from robinhouston.
Josh Roesslein [Thu, 14 Apr 2011 05:50:43 +0000 (00:50 -0500)]
Merge streaming improvements from robinhouston.

13 years agoCode style fixup.
Josh Roesslein [Thu, 14 Apr 2011 05:34:16 +0000 (00:34 -0500)]
Code style fixup.

13 years agoAdd User Streams.
AlanBell [Wed, 30 Mar 2011 19:55:24 +0000 (12:55 -0700)]
Add User Streams.

13 years ago_read_loop really didn't seem right, but somehow kinda worked. It now works when...
AlanBell [Wed, 30 Mar 2011 19:52:49 +0000 (12:52 -0700)]
_read_loop really didn't seem right, but somehow kinda worked. It now works when pointed at user streams too.

13 years agoA five-second default timeout is pretty ridiculous for streaming
Robin Houston [Sat, 5 Mar 2011 16:16:39 +0000 (16:16 +0000)]
A five-second default timeout is pretty ridiculous for streaming
searches, where Twitter will take longer than five seconds even to
send a response header.

My preferred default would be no timeout at all, but if we are to
have one then five minutes seems more reasonable than five seconds.

13 years agoApply the auth before connecting, otherwise it will fail on reconnection
Robin Houston [Sat, 5 Mar 2011 16:15:19 +0000 (16:15 +0000)]
Apply the auth before connecting, otherwise it will fail on reconnection
when using OAuth (because the nonce has been used before, and the timestamp
is no longer correct).

13 years agoChange tabs to spaces, for consistency
Robin Houston [Sat, 5 Mar 2011 15:45:55 +0000 (15:45 +0000)]
Change tabs to spaces, for consistency

13 years agoImprove the options handling in the streaming.Stream class, so that false values...
Robin Houston [Sat, 5 Mar 2011 15:41:16 +0000 (15:41 +0000)]
Improve the options handling in the streaming.Stream class, so that false values can be used. (In particular I want to be able to pass timeout=None, but one might also reasonably want to pass zero for some of the other options.)

13 years agoFixed default status parser to use user model from the model factory. This enables...
Pascal Jürgens [Fri, 17 Dec 2010 10:09:44 +0000 (18:09 +0800)]
Fixed default status parser to use user model from the model factory. This enables use of one's own user models.

13 years agoAdd support for related_result
Aaron Swartz [Sat, 5 Feb 2011 05:32:25 +0000 (23:32 -0600)]
Add support for related_result

13 years agoMerge branch 'master' of github.com:joshthecoder/tweepy
Josh Roesslein [Sat, 5 Feb 2011 05:05:43 +0000 (23:05 -0600)]
Merge branch 'master' of github.com:joshthecoder/tweepy

13 years agoadded support for count parameter in filter method
w43L [Wed, 1 Dec 2010 02:22:35 +0000 (10:22 +0800)]
added support for count parameter in filter method

13 years agoadded information about twitters discontinued basic auth support to docs
Johannes Faigle [Fri, 26 Nov 2010 13:16:39 +0000 (21:16 +0800)]
added information about twitters discontinued basic auth support to docs

13 years agoadded information about twitters discontinued basic auth support to docs
Johannes Faigle [Fri, 26 Nov 2010 13:16:39 +0000 (13:16 +0000)]
added information about twitters discontinued basic auth support to docs

13 years agoPropagate connection failure exceptions up through verify_credentials
Clay McClure [Thu, 30 Dec 2010 23:44:55 +0000 (07:44 +0800)]
Propagate connection failure exceptions up through verify_credentials

13 years agoInclude all parameters when signing request for OAuth.
Josh Roesslein [Mon, 18 Oct 2010 14:22:35 +0000 (09:22 -0500)]
Include all parameters when signing request for OAuth.

13 years agoFix an error in the Stream class.
Josh Roesslein [Mon, 18 Oct 2010 02:40:58 +0000 (21:40 -0500)]
Fix an error in the Stream class.

13 years agoFix up auth tutorial.
Josh Roesslein [Sun, 17 Oct 2010 04:34:20 +0000 (23:34 -0500)]
Fix up auth tutorial.

Closes #54