summaryrefslogtreecommitdiff
path: root/python/python2-twitter/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-twitter/README')
-rw-r--r--python/python2-twitter/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-twitter/README b/python/python2-twitter/README
new file mode 100644
index 0000000000..547d66b606
--- /dev/null
+++ b/python/python2-twitter/README
@@ -0,0 +1,6 @@
+This library provides a pure python interface for the Twitter API.
+
+Twitter (http://twitter.com) provides a service that allows people
+to connect via the web, IM, and SMS. Twitter exposes a web services
+API (http://twitter.com/help/api) and this library is intended to
+make it even easier for python programmers to use.