projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd8815
)
Add examples readme.
author
Josh Roesslein
<jroesslein@gmail.com>
Mon, 21 Sep 2009 00:40:22 +0000
(19:40 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Mon, 21 Sep 2009 00:40:22 +0000
(19:40 -0500)
examples/README
[new file with mode: 0644]
patch
|
blob
diff --git a/examples/README
b/examples/README
new file mode 100644
(file)
index 0000000..
975ac7a
--- /dev/null
+++ b/
examples/README
@@ -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.