Miriam Sexton [Wed, 13 Feb 2013 15:22:53 +0000 (10:22 -0500)]
Fixes for last commit
Miriam Sexton [Wed, 13 Feb 2013 15:10:14 +0000 (10:10 -0500)]
Test for oembed
Miriam Sexton [Wed, 13 Feb 2013 15:07:56 +0000 (10:07 -0500)]
Added OEmbed api binding
Joshua Roesslein [Sun, 10 Feb 2013 21:33:57 +0000 (13:33 -0800)]
Release 2.0
Joshua Roesslein [Sun, 10 Feb 2013 21:31:17 +0000 (13:31 -0800)]
Update changelog.
Joshua Roesslein [Sun, 10 Feb 2013 21:25:19 +0000 (13:25 -0800)]
Add CHANGELOG.
Joshua Roesslein [Sun, 10 Feb 2013 21:10:33 +0000 (13:10 -0800)]
Merge Twitter v1.1 support.
Joshua Roesslein [Sun, 10 Feb 2013 21:09:33 +0000 (13:09 -0800)]
Bump streaming to API v1.1.
Joshua Roesslein [Tue, 29 Jan 2013 08:19:27 +0000 (00:19 -0800)]
Fix more broken tests.
Joshua Roesslein [Tue, 29 Jan 2013 08:19:09 +0000 (00:19 -0800)]
Fix destroy_status
Joshua Roesslein [Mon, 21 Jan 2013 18:21:18 +0000 (10:21 -0800)]
Fix tests for API changes.
Joshua Roesslein [Mon, 21 Jan 2013 18:20:55 +0000 (10:20 -0800)]
More fixes for supporting v1.1 endpoints.
Joshua Roesslein [Mon, 21 Jan 2013 18:19:54 +0000 (10:19 -0800)]
Fix bug when parsing Lists.
Joshua Roesslein [Mon, 21 Jan 2013 18:19:18 +0000 (10:19 -0800)]
Remove deprecated endpoints.
Joshua Roesslein [Mon, 21 Jan 2013 18:17:42 +0000 (10:17 -0800)]
mentions -> mentions_timeline
Joshua Roesslein [Sun, 20 Jan 2013 23:40:55 +0000 (15:40 -0800)]
Remove deprecated nearby_places.
Joshua Roesslein [Sun, 20 Jan 2013 23:40:22 +0000 (15:40 -0800)]
Fix friends, followers, and favorites.
Joshua Roesslein [Sun, 20 Jan 2013 23:38:56 +0000 (15:38 -0800)]
Remove friends_timeline. Gone in v1.1.
Joshua Roesslein [Sun, 20 Jan 2013 22:18:51 +0000 (14:18 -0800)]
Fix create/update/destroy lists for v1.1.
Joshua Roesslein [Sun, 20 Jan 2013 22:18:11 +0000 (14:18 -0800)]
Remove notifications. API endpoints removed by Twitter.
Joshua Roesslein [Sun, 20 Jan 2013 22:17:24 +0000 (14:17 -0800)]
Fix create/destory favorites for v1.1.
Joshua Roesslein [Sun, 20 Jan 2013 21:44:00 +0000 (13:44 -0800)]
Fix blocks for v1.1.
Removed exists_block which is no longer an API endpoint.
Joshua Roesslein [Sun, 20 Jan 2013 21:42:59 +0000 (13:42 -0800)]
Fix list add/remove members for v1.1.
Joshua Roesslein [Sun, 20 Jan 2013 20:31:45 +0000 (12:31 -0800)]
Use Twitter v1.1 and use secure by default.
Joshua Roesslein [Thu, 17 Jan 2013 18:17:40 +0000 (10:17 -0800)]
Release 1.13
Joshua Roesslein [Tue, 25 Dec 2012 15:51:51 +0000 (07:51 -0800)]
Merge pull request #230 from oracal/master
Added suggested users api methods
Thomas Whitton [Thu, 20 Dec 2012 21:16:43 +0000 (21:16 +0000)]
suggested user tests now work with what ever user you supply, by first getting a category to search for
Thomas Whitton [Wed, 19 Dec 2012 23:33:03 +0000 (23:33 +0000)]
Added suggest user api methods
Joshua Roesslein [Thu, 13 Dec 2012 02:12:48 +0000 (18:12 -0800)]
Merge pull request #222 from ruli/patch-1
Update README.md
oel [Tue, 27 Nov 2012 14:56:11 +0000 (09:56 -0500)]
Update README.md
Just a clear pointer to the more complete docs.
Joshua Roesslein [Sat, 24 Nov 2012 03:07:16 +0000 (19:07 -0800)]
Merge pull request #218 from inactivist/streaming-fixes
Add stall_warnings parameter support to streaming endpoint
Joshua Roesslein [Sun, 18 Nov 2012 03:51:33 +0000 (19:51 -0800)]
Merge pull request #220 from inactivist/geo-models
Place model support and geo API mods to support Places
Joshua Roesslein [Thu, 15 Nov 2012 07:07:28 +0000 (23:07 -0800)]
Merge pull request #221 from wladston/master
Added a simple MongoDB cache backend.
Wladston Viana Ferreira Filho [Thu, 15 Nov 2012 04:07:30 +0000 (02:07 -0200)]
MongoDB cache backend added.
inactivist [Wed, 14 Nov 2012 22:20:54 +0000 (14:20 -0800)]
Merge branch 'master' of https://github.com/tweepy/tweepy into geo-models
Joshua Roesslein [Wed, 14 Nov 2012 21:04:30 +0000 (13:04 -0800)]
Merge pull request #217 from inactivist/
2396a55264ebf1f227b559633b64933baa200b2f
Fix for issue #193
inactivist [Tue, 13 Nov 2012 22:48:15 +0000 (14:48 -0800)]
Fixing BoundingBox.corner() - was returning incorrect data.
inactivist [Tue, 13 Nov 2012 07:48:39 +0000 (23:48 -0800)]
Fixing broken unit test from prior commit. Need to deal with null (None) 'place' attribute in Status objects.
inactivist [Tue, 13 Nov 2012 07:15:08 +0000 (23:15 -0800)]
Place model support and geo API mods
api.py:
* Adding API.geo_similar_places (geo/similar_places.json).
* Updating geo_search, geo_id, nearby_places, and reverse_geocode to return Place model instances as appropriate, rather than raw query result JSON data. The geo APIs parse the 'result' element into a single Place or a list of Place instances.
models.py:
* Status: Now uses Place model if place attribute present in tweet/status body.
* Adding BoundingBox, Place model classes.
NOTE: Breaking Changes
* Clients referencing Status.place or existing geo functions (see list above) must be reviewed and updated to use proper attribute access. The geo methods now return Place model instances rather than the raw JSON query data.
Joshua Roesslein [Fri, 9 Nov 2012 07:11:29 +0000 (23:11 -0800)]
Enable TweepyErrorTests in CI builds.
[ci skip]
Joshua Roesslein [Fri, 9 Nov 2012 07:02:53 +0000 (23:02 -0800)]
Merge branch 'version' of git://github.com/alejandrogomez/tweepy
Conflicts:
setup.py
Joshua Roesslein [Fri, 9 Nov 2012 06:50:09 +0000 (22:50 -0800)]
Add failing test for TweepError pickle bug.
A test for the fail case in issue #193.
[ci skip]
inactivist [Thu, 8 Nov 2012 17:37:27 +0000 (09:37 -0800)]
Proposed fix for issue #193. Call base Exception constructor.
Joshua Roesslein [Thu, 8 Nov 2012 08:22:54 +0000 (00:22 -0800)]
Release 1.12
[ci skip]
Joshua Roesslein [Thu, 8 Nov 2012 08:13:58 +0000 (00:13 -0800)]
Fix failing tests and tweak CI build.
Joshua Roesslein [Thu, 8 Nov 2012 04:57:30 +0000 (20:57 -0800)]
Remove Python 2.5 from CI runs.
[ci skip]
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
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]
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.
Joshua Roesslein [Thu, 8 Nov 2012 03:47:44 +0000 (19:47 -0800)]
Fix travis environment variables.
Joshua Roesslein [Thu, 8 Nov 2012 03:37:33 +0000 (19:37 -0800)]
Add Travis CI config.
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.
Joshua Roesslein [Thu, 8 Nov 2012 03:36:05 +0000 (19:36 -0800)]
Remove deprecated trends endpoint.
Joshua Roesslein [Thu, 8 Nov 2012 03:35:43 +0000 (19:35 -0800)]
New README.
inactivist [Sat, 22 Sep 2012 14:23:00 +0000 (07:23 -0700)]
Fix bogus commit - test test test.
inactivist [Fri, 21 Sep 2012 15:05:41 +0000 (08:05 -0700)]
Fixes for tweepy/tweepy issue #208
(https://github.com/tweepy/tweepy/issues/208)
merged from origin/http_dumper branch...
inactivist [Wed, 5 Sep 2012 19:47:59 +0000 (12:47 -0700)]
Tweepy issue #205: Adding stall_warnings support to Stream.filter method.
Alejandro Gómez [Wed, 5 Sep 2012 16:32:32 +0000 (18:32 +0200)]
Remove hardcoded version numbers
Alejandro Gómez [Wed, 5 Sep 2012 15:59:42 +0000 (17:59 +0200)]
Get retweets by user
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.
Joshua Roesslein [Sun, 19 Aug 2012 09:31:09 +0000 (02:31 -0700)]
Merge pull request #156 from kodkultur/master
Implemented /friendships/lookup
Joshua Roesslein [Sun, 19 Aug 2012 09:20:20 +0000 (02:20 -0700)]
Deprecating and removing tweepyshell.
Joshua Roesslein [Wed, 15 Aug 2012 05:42:47 +0000 (22:42 -0700)]
Bump version to 1.11.
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
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`
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.
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>
Joshua Roesslein [Fri, 13 Jul 2012 05:54:59 +0000 (22:54 -0700)]
Merge pull request #186 from jeunito/streaming_example
streaming example
Alejandro Gómez [Thu, 12 Jul 2012 16:45:19 +0000 (18:45 +0200)]
parse datetime for `tweepy.models.List` objects
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
Jan Schaumann [Tue, 10 Jul 2012 13:33:14 +0000 (09:33 -0400)]
retweeted_by_user requres an argument
Jose Asuncion [Tue, 10 Jul 2012 11:44:57 +0000 (19:44 +0800)]
changed streaming.py to oauth from basic auth
Jan Schaumann [Mon, 9 Jul 2012 13:41:09 +0000 (09:41 -0400)]
don't bump version, fix tyop
Joshua Roesslein [Mon, 9 Jul 2012 06:46:34 +0000 (23:46 -0700)]
Bump version to 1.10.
Joshua Roesslein [Mon, 9 Jul 2012 06:31:54 +0000 (23:31 -0700)]
Fix userstreams. Use delimited!
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.
Joshua Roesslein [Mon, 9 Jul 2012 05:51:27 +0000 (22:51 -0700)]
Fix streaming to properly parse next object length.
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
Jose Asuncion [Fri, 6 Jul 2012 00:19:14 +0000 (17:19 -0700)]
streaming example
Alejandro Gómez [Thu, 5 Jul 2012 19:23:21 +0000 (21:23 +0200)]
Explicit imports and removal of unused variables
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
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>
Joshua Roesslein [Tue, 17 Apr 2012 16:12:08 +0000 (11:12 -0500)]
Merge pull request #168 from srj55.
Conflicts:
tweepy/streaming.py
Steve Jones [Tue, 17 Apr 2012 01:57:39 +0000 (22:57 -0300)]
Update tweepy/streaming.py
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
Joshua Roesslein [Mon, 16 Apr 2012 20:58:10 +0000 (15:58 -0500)]
Encode parameters using percent-encoding for spaces.
Joshua Roesslein [Mon, 16 Apr 2012 20:57:41 +0000 (15:57 -0500)]
Implemnt an urlencode that uses quote instead.
Joshua Roesslein [Mon, 16 Apr 2012 19:55:29 +0000 (12:55 -0700)]
Merge pull request #164 from PabloCastellano/master
fix project urls
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.
Pablo Castellano [Mon, 9 Apr 2012 12:39:24 +0000 (14:39 +0200)]
Fix project urls
Eli [Sat, 7 Apr 2012 13:27:12 +0000 (14:27 +0100)]
Added max_id param to favorites API method
Hugues Demers [Mon, 2 Apr 2012 20:42:19 +0000 (16:42 -0400)]
Fix memcache.set duplicated `key` arg.
John Gunnarsson [Mon, 19 Mar 2012 00:35:16 +0000 (01:35 +0100)]
Added support for /friendships/lookup api call
Joshua Roesslein [Sat, 17 Mar 2012 06:55:07 +0000 (01:55 -0500)]
Bump to version 1.9
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.
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...
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
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.
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.
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.