public
Description: Python Twitter API
Homepage: http://mike.verdone.ca/twitter/
Clone URL: git://github.com/sixohsix/twitter.git
Mike Verdone (author)
Tue Jul 14 17:25:15 -0700 2009
commit  9a148ed1cc3dd7afc12abfe87882d98513b22a56
tree    a6571b5c07a3e4c381c6834480434e2d39eaca9b
parent  f7f84da4ff1a1ae8e9f0a4de12125ec9dc1aee9f
name age message
file .gitignore Fri Feb 13 23:40:56 -0800 2009 removed obvious phrase from comment. [pykler]
file AUTHORS Wed Apr 01 19:13:49 -0700 2009 Merge branch 'select_num_statuses' Conflicts: ... [sixohsix]
file LICENSE Tue Sep 30 20:41:20 -0700 2008 added license git-svn-id: http://svn.mike.verd... [mverdone]
file README Sun Feb 15 15:02:22 -0800 2009 Documentation improved [sixohsix]
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 Tue Jul 14 17:05:32 -0700 2009 bump version (though we're not done yet) [Mike Verdone]
directory twitter/ Loading commit data...
directory utils/ Sun Mar 08 17:52:02 -0700 2009 Fixed docstring generated by the dev update scr... [pykler]
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 updates to an
IRC channel.

For more information, after installing the `twitter` egg:

 * 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


 
The Command-Line Tool
=====================

The command-line tool currently supports the following things:

 * view your friends' recent tweets
 * view your recent replies
 * view the public timeline
 * follow and unfollow (leave) friends
 * various output formats for tweet information
 * read your username and password from a config file
 
The bottom line: type `twitter`, receive tweets.



The IRC Bot
===========

The IRC bot is associated with a twitter account (either your own account or an
account you create for the bot). The bot announces all tweets from friends
it is following. It can be made to follow or leave friends through IRC /msg
commands.

Python Twitter Tools are released under an MIT License.