tweepy.git
15 years agoSome tutorial fixes.
Josh Roesslein [Sun, 9 Aug 2009 20:51:36 +0000 (15:51 -0500)]
Some tutorial fixes.

15 years agoImprove file cache locks.
Josh Roesslein [Sun, 9 Aug 2009 18:56:17 +0000 (13:56 -0500)]
Improve file cache locks.

15 years agoImplemented file-based cache.
Josh Roesslein [Sun, 9 Aug 2009 18:47:13 +0000 (13:47 -0500)]
Implemented file-based cache.

15 years agoAdjust retry sleep time.
Josh Roesslein [Sat, 8 Aug 2009 22:24:36 +0000 (17:24 -0500)]
Adjust retry sleep time.

15 years agoAdded tutorial 5.
Josh Roesslein [Sat, 8 Aug 2009 21:32:52 +0000 (16:32 -0500)]
Added tutorial 5.

15 years agoAdd tutorial 4
Josh Roesslein [Sat, 8 Aug 2009 21:18:03 +0000 (16:18 -0500)]
Add tutorial 4

15 years agoFinish up tutorial 3.
Josh Roesslein [Sat, 8 Aug 2009 21:07:27 +0000 (16:07 -0500)]
Finish up tutorial 3.

15 years agoModels now configures via tweepy.models dict.
Josh Roesslein [Sat, 8 Aug 2009 20:51:27 +0000 (15:51 -0500)]
Models now configures via tweepy.models dict.

15 years agoAdded tutorial 3. Still a work in progress.
Josh Roesslein [Sat, 8 Aug 2009 20:44:50 +0000 (15:44 -0500)]
Added tutorial 3. Still a work in progress.

15 years agoTutorial edits.
Josh Roesslein [Sat, 8 Aug 2009 20:00:08 +0000 (15:00 -0500)]
Tutorial edits.

15 years agoUpdate tutorials.
Josh Roesslein [Sat, 8 Aug 2009 19:52:26 +0000 (14:52 -0500)]
Update tutorials.

15 years agoAdded tutorial 2 and introduction.
Josh Roesslein [Sat, 8 Aug 2009 19:42:26 +0000 (14:42 -0500)]
Added tutorial 2 and introduction.

15 years agoAdded tutorial part 1.
Josh Roesslein [Sat, 8 Aug 2009 19:19:16 +0000 (14:19 -0500)]
Added tutorial part 1.

15 years agoUpdate readme and todo. streaming api has been merged into master.
Josh Roesslein [Sat, 8 Aug 2009 18:52:18 +0000 (13:52 -0500)]
Update readme and todo. streaming api has been merged into 

15 years agoAdded delete/limit message parsing.
Josh Roesslein [Sat, 8 Aug 2009 18:45:03 +0000 (13:45 -0500)]
Added delete/limit message parsing.

15 years agoAdded better error handling and idle connection timeouts.
Josh Roesslein [Sat, 8 Aug 2009 18:24:04 +0000 (13:24 -0500)]
Added better error handling and idle connection timeouts.

15 years agoMerge branch 'master' into streaming
Josh Roesslein [Sat, 8 Aug 2009 17:49:08 +0000 (12:49 -0500)]
Merge branch 'master' into streaming

15 years agoAdded rest of stream api methods. Not tested since requires agreement.
Josh Roesslein [Sat, 8 Aug 2009 17:48:16 +0000 (12:48 -0500)]
Added rest of stream api methods. Not tested since requires agreement.

15 years agoCatch fatal errors and kill stream loop.
Josh Roesslein [Sat, 8 Aug 2009 07:08:26 +0000 (02:08 -0500)]
Catch fatal errors and kill stream loop.

15 years agoAdded timeout to stream connection to prevent deadlock on disconnect()
Josh Roesslein [Sat, 8 Aug 2009 07:03:00 +0000 (02:03 -0500)]
Added timeout to stream connection to prevent deadlock on disconnect()

15 years agoPolish up stream watcher. Add spitzer, follow, and track streaming modes to stream...
Josh Roesslein [Sat, 8 Aug 2009 06:38:08 +0000 (01:38 -0500)]
Polish up stream watcher. Add spitzer, follow, and track streaming modes to stream object.

15 years agoAdded status parsing into streaming api.
Josh Roesslein [Sat, 8 Aug 2009 04:42:30 +0000 (23:42 -0500)]
Added status parsing into streaming api.

15 years agoMinor test updates.
Josh Roesslein [Fri, 7 Aug 2009 22:06:46 +0000 (17:06 -0500)]
Minor test updates.

15 years agoFix some bugs with new model validation code.
Josh Roesslein [Fri, 7 Aug 2009 20:25:13 +0000 (15:25 -0500)]
Fix some bugs with new model validation code.

15 years agoAdded model validation.
Josh Roesslein [Fri, 7 Aug 2009 19:41:17 +0000 (14:41 -0500)]
Added model validation.

15 years agoMerge branch 'master' into streaming
Josh Roesslein [Fri, 7 Aug 2009 18:40:17 +0000 (13:40 -0500)]
Merge branch 'master' into streaming

15 years agoUpdate readme
Josh Roesslein [Fri, 7 Aug 2009 18:39:56 +0000 (13:39 -0500)]
Update readme

15 years agoAdding stream object to library. Got stream reading loop working. Added test program...
Josh Roesslein [Fri, 7 Aug 2009 18:36:46 +0000 (13:36 -0500)]
Adding stream object to library. Got stream reading loop working. Added test program to watch stream of statuses from commandline.

15 years agoAdded trends api endpoint to api.
Josh Roesslein [Fri, 7 Aug 2009 17:11:40 +0000 (12:11 -0500)]
Added trends api endpoint to api.

15 years agoMore tests.
Josh Roesslein [Fri, 7 Aug 2009 16:51:02 +0000 (11:51 -0500)]
More tests.

15 years agoAdded some more tests. Applied a fix to direct message parsing.
Josh Roesslein [Fri, 7 Aug 2009 16:32:41 +0000 (11:32 -0500)]
Added some more tests. Applied a fix to direct message parsing.

15 years agoReadme update.
Josh Roesslein [Fri, 7 Aug 2009 06:35:42 +0000 (01:35 -0500)]
Readme update.

15 years agoExample now prompts for login credentials.
Josh Roesslein [Fri, 7 Aug 2009 06:15:46 +0000 (01:15 -0500)]
Example now prompts for login credentials.

15 years agoMinor update.
Josh Roesslein [Fri, 7 Aug 2009 06:06:24 +0000 (01:06 -0500)]
Minor update.

15 years agoUpdate readme.
Josh Roesslein [Fri, 7 Aug 2009 03:42:35 +0000 (22:42 -0500)]
Update readme.

15 years agoAdded api_root to API object to allow usage of library with identica/laconica. Fixed...
Josh Roesslein [Fri, 7 Aug 2009 03:37:04 +0000 (22:37 -0500)]
Added api_root to API object to allow usage of library with identica/laconica. Fixed auth checking error that always force authentication.

15 years agoAdded support for non-keyword parameters.
Josh Roesslein [Fri, 7 Aug 2009 03:08:25 +0000 (22:08 -0500)]
Added support for non-keyword parameters.

15 years agoUpdate example
Josh Roesslein [Thu, 30 Jul 2009 23:27:19 +0000 (18:27 -0500)]
Update example

15 years agoMerge branch 'oauth'
Josh Roesslein [Thu, 30 Jul 2009 23:09:54 +0000 (18:09 -0500)]
Merge branch 'oauth'

Conflicts:
tests.py

15 years agoUpdated todo and tests.
Josh Roesslein [Thu, 30 Jul 2009 23:08:25 +0000 (18:08 -0500)]
Updated todo and tests.

15 years agoAdded support for oauth callbacks.
Josh Roesslein [Thu, 30 Jul 2009 23:06:55 +0000 (18:06 -0500)]
Added support for oauth callbacks.

15 years agoFinished up oauth handler. Tested and working.
Josh Roesslein [Thu, 30 Jul 2009 22:22:04 +0000 (17:22 -0500)]
Finished up oauth handler. Tested and working.

15 years agoFix some tests.
Josh Roesslein [Thu, 30 Jul 2009 21:09:38 +0000 (16:09 -0500)]
Fix some tests.

15 years agoTests update.
Josh Roesslein [Thu, 30 Jul 2009 21:00:32 +0000 (16:00 -0500)]
Tests update.

15 years agoImplemented new pluggable auth system into binder. Implemented basic auth handler...
Josh Roesslein [Thu, 30 Jul 2009 20:55:20 +0000 (15:55 -0500)]
Implemented new pluggable auth system into binder. Implemented basic auth handler. Started work on oauth handler.

15 years agoAdded oauth library.
Josh Roesslein [Thu, 30 Jul 2009 19:45:10 +0000 (14:45 -0500)]
Added oauth library.

15 years agoRestore api reference in cached entries.
Josh Roesslein [Thu, 30 Jul 2009 19:26:10 +0000 (14:26 -0500)]
Restore api reference in cached entries.

15 years agoMake MemoryCache picklable.
Josh Roesslein [Thu, 30 Jul 2009 19:03:09 +0000 (14:03 -0500)]
Make MemoryCache picklable.

15 years agoUpdate example.
Josh Roesslein [Thu, 30 Jul 2009 16:02:27 +0000 (11:02 -0500)]
Update example.

15 years agoUpdated example with cache example. Removed debug statement.
Josh Roesslein [Thu, 30 Jul 2009 07:49:50 +0000 (02:49 -0500)]
Updated example with cache example. Removed debug statement.

15 years agoAllow for customized timeouts for bindings.
Josh Roesslein [Thu, 30 Jul 2009 07:44:34 +0000 (02:44 -0500)]
Allow for customized timeouts for bindings.

15 years agoImplemented in-memory cache. Tied in cache system into binder.
Josh Roesslein [Thu, 30 Jul 2009 07:21:57 +0000 (02:21 -0500)]
Implemented in-memory cache. Tied in cache system into binder.

15 years agoReadme update.
Josh Roesslein [Thu, 30 Jul 2009 05:28:22 +0000 (00:28 -0500)]
Readme update.

15 years agoFixed status source parsing. Status.source -> source name Status.source_url -> url
Josh Roesslein [Thu, 30 Jul 2009 05:17:24 +0000 (00:17 -0500)]
Fixed status source parsing. Status.source -> source name Status.source_url -> url

15 years agoRewrote example.
Josh Roesslein [Thu, 30 Jul 2009 05:07:26 +0000 (00:07 -0500)]
Rewrote example.

15 years agoRestructure repository layout. Fixed test errors.
Josh Roesslein [Thu, 30 Jul 2009 04:55:47 +0000 (23:55 -0500)]
Restructure repository layout. Fixed test errors.

15 years agoImplemented search endpoint.
Josh Roesslein [Thu, 30 Jul 2009 04:45:52 +0000 (23:45 -0500)]
Implemented search endpoint.

15 years agoAdded unit tests. Added todo list.
Josh Roesslein [Thu, 30 Jul 2009 04:10:17 +0000 (23:10 -0500)]
Added unit tests. Added todo list.

15 years agoAdded some ascii art to readme. Added copyrights to sources.
Josh Roesslein [Thu, 30 Jul 2009 03:28:38 +0000 (22:28 -0500)]
Added some ascii art to readme. Added copyrights to sources.

15 years agoAdded global, unauthenticated instance of API class into package init module.
Josh Roesslein [Thu, 30 Jul 2009 03:13:23 +0000 (22:13 -0500)]
Added global, unauthenticated instance of API class into package init module.

15 years agoImplemented help/test endpoint. Condensed parsers that had duplicate code.
Josh Roesslein [Thu, 30 Jul 2009 03:11:04 +0000 (22:11 -0500)]
Implemented help/test endpoint. Condensed parsers that had duplicate code.

15 years agoImplemented saved searches endpoints.
Josh Roesslein [Thu, 30 Jul 2009 03:05:19 +0000 (22:05 -0500)]
Implemented saved searches endpoints.

15 years agoImplemented blocks() and blocks_ids() methods.
Josh Roesslein [Thu, 30 Jul 2009 02:16:04 +0000 (21:16 -0500)]
Implemented blocks() and blocks_ids() methods.

15 years agoAdded create, destroy, exists blocks methods.
Josh Roesslein [Thu, 23 Jul 2009 01:09:59 +0000 (20:09 -0500)]
Added create, destroy, exists blocks methods.

15 years agoAdded notifications enable/disable methods.
Josh Roesslein [Thu, 23 Jul 2009 00:50:54 +0000 (19:50 -0500)]
Added notifications enable/disable methods.

15 years agoExposed TweepError
Josh Roesslein [Tue, 14 Jul 2009 05:41:11 +0000 (00:41 -0500)]
Exposed TweepError

15 years agoRevert "Added support for callbacks."
Josh Roesslein [Tue, 14 Jul 2009 03:14:23 +0000 (22:14 -0500)]
Revert "Added support for callbacks."

This reverts commit 58ee4790515e99f1486f63ff30dcbf6fe0ce11c2.

15 years agoFixed error in api.py
Josh Roesslein [Tue, 14 Jul 2009 01:36:20 +0000 (20:36 -0500)]
Fixed error in api.py

15 years agoAdded support for callbacks.
Josh Roesslein [Mon, 13 Jul 2009 23:05:15 +0000 (18:05 -0500)]
Added support for callbacks.

15 years agoAdded method to set credentials.
Josh Roesslein [Mon, 13 Jul 2009 21:33:30 +0000 (16:33 -0500)]
Added method to set credentials.

15 years agoMinor update.
Josh Roesslein [Mon, 6 Jul 2009 21:45:40 +0000 (16:45 -0500)]
Minor update.

15 years agoAdded simple example.
Josh Roesslein [Mon, 6 Jul 2009 04:14:15 +0000 (23:14 -0500)]
Added simple example.

15 years agoAdded favorite methods. create/destroy favorites not working yet.
Josh Roesslein [Mon, 6 Jul 2009 04:07:54 +0000 (23:07 -0500)]
Added favorite methods. create/destroy favorites not working yet.

15 years agoAdded account endpoints. Still need image update support.
Josh Roesslein [Mon, 6 Jul 2009 03:50:04 +0000 (22:50 -0500)]
Added account endpoints. Still need image update support.

15 years agoAdded friends/followers get ids endpoints.
Josh Roesslein [Mon, 6 Jul 2009 03:20:50 +0000 (22:20 -0500)]
Added friends/followers get ids endpoints.

15 years agoImplemented friendship endpoints.
Josh Roesslein [Mon, 6 Jul 2009 03:12:16 +0000 (22:12 -0500)]
Implemented friendship endpoints.

15 years agoAdded direct message endpoints.
Josh Roesslein [Mon, 6 Jul 2009 02:37:57 +0000 (21:37 -0500)]
Added direct message endpoints.

15 years agoAdded destroy statuses method to status model. Added me method to api.
Josh Roesslein [Mon, 6 Jul 2009 02:14:53 +0000 (21:14 -0500)]
Added destroy statuses method to status model. Added me method to api.

15 years agoAdded some api endpoints to user model.
Josh Roesslein [Mon, 6 Jul 2009 02:08:58 +0000 (21:08 -0500)]
Added some api endpoints to user model.

15 years agoAdded user followers/friends methods. Added update/destroy status.
Josh Roesslein [Mon, 6 Jul 2009 01:48:33 +0000 (20:48 -0500)]
Added user followers/friends methods. Added update/destroy status.

15 years agoAdded update and destroy status endpoints.
Josh Roesslein [Mon, 6 Jul 2009 01:36:17 +0000 (20:36 -0500)]
Added update and destroy status endpoints.

15 years agoAdded show status endpoint.
Josh Roesslein [Mon, 6 Jul 2009 00:57:53 +0000 (19:57 -0500)]
Added show status endpoint.

15 years agoAdded mensions endpoint.
Josh Roesslein [Mon, 6 Jul 2009 00:38:46 +0000 (19:38 -0500)]
Added mensions endpoint.

15 years agoAdded datetime parsing.
Josh Roesslein [Mon, 6 Jul 2009 00:34:46 +0000 (19:34 -0500)]
Added datetime parsing.

15 years agoAdded users_timeline endpoint.
Josh Roesslein [Mon, 6 Jul 2009 00:24:59 +0000 (19:24 -0500)]
Added users_timeline endpoint.

15 years agoA few fixes.
Josh Roesslein [Mon, 6 Jul 2009 00:19:06 +0000 (19:19 -0500)]
A few fixes.

15 years agofinished binder. implemneted public timeline and friends timeline endpoints.
Josh Roesslein [Mon, 6 Jul 2009 00:15:41 +0000 (19:15 -0500)]
finished binder. implemneted public timeline and friends timeline endpoints.

15 years agoImplemented binder. Reworking api class to use new binder.
Josh Roesslein [Sun, 5 Jul 2009 23:44:31 +0000 (18:44 -0500)]
Implemented binder. Reworking api class to use new binder.

15 years agoFixed authentication.
Josh Roesslein [Sun, 5 Jul 2009 22:57:26 +0000 (17:57 -0500)]
Fixed authentication.

15 years agoReworked authentication.
Josh Roesslein [Sun, 5 Jul 2009 20:36:29 +0000 (15:36 -0500)]
Reworked authentication.

15 years agoImplemented json parser.
Josh Roesslein [Sun, 5 Jul 2009 20:12:12 +0000 (15:12 -0500)]
Implemented json parser.

15 years agoMoved some code around.
Josh Roesslein [Sun, 5 Jul 2009 19:33:01 +0000 (14:33 -0500)]
Moved some code around.

15 years agoInitial commit! Added api interface. Added license and readme. Added models.
Josh Roesslein [Sun, 5 Jul 2009 19:24:56 +0000 (14:24 -0500)]
Initial commit! Added api interface. Added license and readme. Added models.