The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

twittershell - Access Twitter From Your Command Line

SYNOPSIS

   twittershell
   twittershell -c config.yml
   twittershell -v
   twittershell -h

   # In a config file, specify the following:
   # config.yml
   ---
   username: your@email.address
   password: password

DESCRIPTION

twittershell gives you access to Twitter from your command line

OPTIONS

--config | -c

Specify the config file to read from. By default, twittershell attempts to read a config file named config.yml in the current directory

--version | -v

Print out the version and exit

--help | -h

Print out this help message and exit

AUTHOR

Gungho is Copyright (c) 2007 Daisuke Maki <daisuke@endeworks.jp> Endeworks Ltd. All rights reserved.

LICENSE

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

See http://www.perl.com/perl/misc/Artistic.html