diff options
author | Steven Pledger <piratesmack@ymail.com> | 2010-03-21 02:03:55 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 14:10:29 +0200 |
commit | 97cf0484cd15280206e91ab2795d1714db0fb988 (patch) | |
tree | 183170ac82d54a1bebf751026192b62e2048ebc2 /libraries/python-twitter/README | |
parent | 79a1d2944524f22d13d0da2d3161e380cf10f14d (diff) | |
download | slackbuilds-97cf0484cd15280206e91ab2795d1714db0fb988.tar.gz |
libraries/python-twitter: Added.
This provides a pure python interface for the Twitter API.
Diffstat (limited to 'libraries/python-twitter/README')
-rw-r--r-- | libraries/python-twitter/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/python-twitter/README b/libraries/python-twitter/README new file mode 100644 index 0000000000..5d2d398bb1 --- /dev/null +++ b/libraries/python-twitter/README @@ -0,0 +1,8 @@ +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. + +This requires simplejson. |