The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

twpin - Just Another Command Line Twitter Client

VERSION

version 0.002

SYNOPSIS

    twpin config -u username -p password
    twpin config -a 'http://url/twip'
    twpin update "hello twitter"
    twpin status
    twpin follow perl_api
    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.