Update readme and todo. streaming api has been merged into master.
authorJosh Roesslein <jroesslein@gmail.com>
Sat, 8 Aug 2009 18:52:18 +0000 (13:52 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Sat, 8 Aug 2009 18:52:18 +0000 (13:52 -0500)
README
TODO

diff --git a/README b/README
index ceb677b8b4f011c732fb5c0bd0badf346ce75625..364ce341da5860601fc233c4f115901fc4078073 100644 (file)
--- 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 3a5a196d54a78317bc67ae79da61fa80076ad015..c178025b9d9595a49167fb28938e017cccbe31cc 100644 (file)
--- 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