- 18 Apr, 2010 1 commit
-
-
Kumar Appaiah authored
-
- 16 Apr, 2010 1 commit
-
-
Joshua Roesslein authored
-
- 18 Mar, 2010 1 commit
-
-
Joshua Roesslein authored
This method allows you to perform a bulk lookup of users by using their IDs or screen names. For more info see http://apiwiki.twitter.com/Twitter-REST-API-Method:-users-lookup
-
- 30 Jan, 2010 1 commit
-
-
Joshua Roesslein authored
-
- 29 Jan, 2010 1 commit
-
-
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())
-
- 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 1 commit
-
-
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 2 commits
-
-
Joshua Roesslein authored
-
Kumar Appaiah authored
Note: source parameter only works with identi.ca API. Twitter ignores this parameter. Signed-off-by:
Joshua Roesslein <jroesslein@gmail.com>
-
- 08 Dec, 2009 3 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 07 Dec, 2009 1 commit
-
-
Ferenc Szalai authored
Signed-off-by:
Joshua Roesslein <jroesslein@gmail.com>
-
- 16 Nov, 2009 1 commit
-
-
Joshua Roesslein authored
-
- 12 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 07 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 06 Nov, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 02 Nov, 2009 3 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 31 Oct, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
- 30 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 15 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 14 Oct, 2009 3 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
Fix favorites methods. Retry request when enabled by defaults will retry on any non-200 error. If retry_errors list is supplied it will then only retry when those status codes are returned by twitter.
-
Josh Roesslein authored
-
- 13 Oct, 2009 3 commits
-
-
Josh Roesslein authored
Limit retries to 500,502,503 errors by default. Developer can also supply what status codes to retry on.
-
Josh Roesslein authored
Example: api.retry_count = 5 --> retry failed requests 5 times maxium
-
Josh Roesslein authored
-
- 12 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 28 Sep, 2009 2 commits
-
-
Josh Roesslein authored
Update parsers to handle cursor responses. API.friends_ids and API.followers_ids now return a list of integers.
-
Josh Roesslein authored
-
- 24 Sep, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
+ Added new parameters for statuses/update; lat & long + friends_ids() & followers_ids() parameter changed page -> cursor + search() added "locale" parameter
-
- 20 Sep, 2009 1 commit
-
-
Josh Roesslein authored
-
- 17 Sep, 2009 1 commit
-
-
Josh Roesslein authored
-
- 13 Sep, 2009 1 commit
-
-
Josh Roesslein authored
-