public
Description: Python Twitter API
Homepage: http://mike.verdone.ca/twitter/
Clone URL: git://github.com/sixohsix/twitter.git
mverdone (author)
Sat Nov 15 00:13:07 -0800 2008
commit  18b43af1f0ef7540fe6ab940624ebd2cc912543e
tree    01485bb391c3e82d50b1d2d11d119cf000d59a22
parent  8be9a740d44f312e774ecdfb077f5b54a39948ab
name age message
file AUTHORS Loading commit data...
file LICENSE Tue Sep 30 20:41:20 -0700 2008 added license git-svn-id: http://svn.mike.verd... [mverdone]
file README
file setup.cfg Tue Sep 30 21:16:02 -0700 2008 last minute 0.4 stuff git-svn-id: http://svn.m... [mverdone]
file setup.py
directory twitter/
README
Python Twitter Tools

The Minimalist Twitter API for Python is a Python API for Twitter,
everyone's favorite Web 2.0 Facebook-style status updater for people
on the go.

Also included is a twitter command-line tool for getting your friends'
tweets and setting your own tweet from the safety and security of your
favorite shell and an IRC bot that can announce Twitter updated to an
IRC channel.

For more information:

 * import the `twitter` package and run help() on it
 * run `twitter -h` for command-line tool help
 * run `twitterbot -h` for IRC bot help
 * visit http://mike.verdone.ca/twitter for more info

Python Twitter Tools are released under an MIT License.