From: Josh Roesslein Date: Sat, 8 Aug 2009 18:52:18 +0000 (-0500) Subject: Update readme and todo. streaming api has been merged into master. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=788dc45d05ebbc1a17719787fab2505b723f4334;p=tweepy.git Update readme and todo. streaming api has been merged into --- 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