diff options
Diffstat (limited to 'python/python-twitter/README')
-rw-r--r-- | python/python-twitter/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python-twitter/README b/python/python-twitter/README new file mode 100644 index 0000000000..5d2d398bb1 --- /dev/null +++ b/python/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. |