From 788dc45d05ebbc1a17719787fab2505b723f4334 Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Sat, 8 Aug 2009 13:52:18 -0500 Subject: [PATCH] Update readme and todo. streaming api has been merged into master. --- README | 2 +- TODO | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index ceb677b..364ce34 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Features: Actively under development. Supports most of the twitter api endpoints. Python 3 support. (See py3k branch) - Streaming API (coming soon! see streaming branch) + Streaming API Author: Joshua Roesslein License: MIT diff --git a/TODO b/TODO index 3a5a196..c178025 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,5 @@ Stuff that needs to be done... - search API - caching system + in-memory cache done. now just need a file-based cache (pickle?) +- needs docs, tutors, examples, etc +- commandline client -- 2.25.1