- 13 Nov, 2012 1 commit
-
-
inactivist authored
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.
-
- 12 Jul, 2012 1 commit
-
-
Alejandro Gómez authored
-
- 18 Mar, 2012 1 commit
-
-
John Gunnarsson authored
-
- 05 Feb, 2011 2 commits
-
-
Pascal Jürgens authored
Fixed default status parser to use user model from the model factory. This enables use of one's own user models.
-
Aaron Swartz authored
-
- 31 Aug, 2010 1 commit
-
-
Jenny Loomis authored
Don't die while waiting for fix to twitter api issue 1823: http://code.google.com/p/twitter-api/issues/detail?id=1823
-
- 07 Jun, 2010 1 commit
-
-
Wayne Moore authored
-
- 04 May, 2010 1 commit
-
-
Chris Kelly authored
-
- 07 Mar, 2010 1 commit
-
-
Ivo Wetzel authored
-
- 30 Jan, 2010 2 commits
-
-
Joshua Roesslein authored
-
Joshua authored
-
- 29 Jan, 2010 2 commits
-
-
Joshua authored
-
Joshua authored
All parsing of the response payload is now handled by a Parser class defined in tweepy/parsers.py The default parser used is ModelParser which parses a JSON payload into a model instance. Developers may define and use their own custom parsers by extending the Parser class. To use the custom parser: api = API(parser=MyParser())
-
- 16 Jan, 2010 1 commit
-
-
Arthur Debert authored
-
- 03 Jan, 2010 1 commit
-
-
Joshua authored
This will allow for more flexible plug 'n play for developers that need to extend Tweepy's models. To use custom models, they will extend the ModelFactory and then pass this new factory into the API constructor. Example: class MyStatus(Status): """A extended Status model""" class MyModelFactory(ModelFactory): status = MyStatus api = API(model_factory=MyModelFactory)
-
- 17 Dec, 2009 4 commits
-
-
Bas Westerbaan authored
Merged from bwesterb/tweepy @5c7a7480de1ee99fae8c4a1eef65c127cb83e619 Signed-off-by:
Joshua <jroesslein@gmail.com>
-
Bas Westerbaan authored
Merged from bwesterb/tweepy @ 4404b178839bcfccbd46cdff4753a9274ae6acd6 Signed-off-by:
Joshua <jroesslein@gmail.com>
-
Joshua authored
-
Bas Westerbaan authored
Added helpers to User model for lists. Merged from bwesterb/tweepy @ f26e000ba04b57761578831792d7a7a1adfc8e41 Signed-off-by:
Joshua <jroesslein@gmail.com>
-
- 12 Dec, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 10 Dec, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 09 Dec, 2009 1 commit
-
-
Joshua Roesslein authored
This method now properly returns the user timeline specifed by User.id
-
- 06 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 31 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 30 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 15 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 14 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 20 Sep, 2009 1 commit
-
-
Josh Roesslein authored
-
- 13 Sep, 2009 1 commit
-
-
Josh Roesslein authored
-
- 13 Aug, 2009 1 commit
-
-
Josh Roesslein authored
Added follow/unfollow shortcuts to User model. Fixed issue with User.following being set to None when user not followed.
-
- 11 Aug, 2009 1 commit
-
-
Josh Roesslein authored
-
- 08 Aug, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 07 Aug, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 30 Jul, 2009 3 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 29 Jul, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-