diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-14 21:34:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:03 +0700 |
commit | 1fb3a2c91212a810ac2225cd395c08531e9e4bb1 (patch) | |
tree | a74c596eccf10ece78de8628c97179c6c5249a8a /python/python2-twitter/README | |
parent | a966933011ab23f79d92db3fd99588365d5f3d77 (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/README | 6 |
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. |