NAME
    twpin - Just Another Command Line Twitter Client

SYNOPSIS
        twpin config -u username -p password
        twpin config -a 'http://url/twip'
        twpin update "hello twitter"
        twpin status 
        twpin help

DESCRIPTION
    "twpin" is a script for you to access twitter from command line

    twip <http://code.google.com/p/twip/> is a twitter API proxy in PHP.
    This script is created mainly because I can not find a good twitter
    client that supports this proxy

    Configration file is located at $HOME/.twpinrc, you can just edit this
    file and add your username/password there.

AUTHOR
    woosley.xu<redicaps@gmail.com>

COPYRIGHT & LICENSE
    This software is copyright (c) 2010 by woosley.xu.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

