aboutsummaryrefslogtreecommitdiff
path: root/python/python2-twitter/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:03 +0700
commit1fb3a2c91212a810ac2225cd395c08531e9e4bb1 (patch)
treea74c596eccf10ece78de8628c97179c6c5249a8a /python/python2-twitter/README
parenta966933011ab23f79d92db3fd99588365d5f3d77 (diff)
python/python-twitter: Renamed python2-twitter.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.