]> jfr.im git - z_archive/twitter.git/blame - README
README updates
[z_archive/twitter.git] / README
CommitLineData
fdbae010 1Python Twitter Tools
2
f1a8ed67 3The Minimalist Twitter API for Python is a Python API for Twitter,
4everyone's favorite Web 2.0 Facebook-style status updater for people
5on the go.
fdbae010 6
f1a8ed67 7Also included is a twitter command-line tool for getting your friends'
8tweets and setting your own tweet from the safety and security of your
9favorite shell and an IRC bot that can announce Twitter updated to an
10IRC channel.
fdbae010 11
12For more information:
13
14 * import the `twitter` package and run help() on it
15 * run `twitter -h` for command-line tool help
16 * run `twitterbot -h` for IRC bot help
8be9a740 17 * visit http://mike.verdone.ca/twitter for more info
18
19Python Twitter Tools are released under an MIT License.