From 948a5e5e064f9487b2d7ac66da6842ce7ee02fdd Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Sun, 20 Sep 2009 19:40:22 -0500 Subject: [PATCH] Add examples readme. --- examples/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 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. -- 2.25.1