Add examples readme.
authorJosh Roesslein <jroesslein@gmail.com>
Mon, 21 Sep 2009 00:40:22 +0000 (19:40 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Mon, 21 Sep 2009 00:40:22 +0000 (19:40 -0500)
examples/README [new file with mode: 0644]

diff --git a/examples/README b/examples/README
new file mode 100644 (file)
index 0000000..975ac7a
--- /dev/null
@@ -0,0 +1,18 @@
+Tweepy Examples
+===============
+
+appengine
+---------
+Demonstrates using Tweepy along with appengine.
+Currently shows how to implement OAuthHandler properly.
+
+Example Contributions
+---------------------
+If you have an example you would like to offer, please
+email tweepy@googlegroups.com or send me a pull request
+on github or gitorious.
+
+License
+-------
+All examples here are public domain unless
+otherwise specified within the example's code files.