
Bot::BasicBot::Pluggable::Module::Twitter - Post message to twitter

$bot->load( "Twitter" );
my $twi_handler = $bot->handler( "Twitter" );
$twi_handler->set(
{ username => "myusername",
password => "mypassword",
}
);

A plugin module for Bot::BasicBot::Pluggable to send message to a twitter account.
!help
will return a help message
!twitter my message
!twitter_all
will send to twitter your message will get the last 5 messages from the public timeline
$twitter_handler->set(
{ username => "myusername",
password => "mypassword",
}
);
will set the username and the password for the bot.

No bugs have been reported.
Please report any bugs or feature requests to bug-bot-basicbot-pluggable-module-twitter@rt.cpan.org, or through the web interface at http://rt.cpan.org.

franck cuny <franck.cuny@gmail.com>

Copyright (c) 2007, franck cuny <franck.cuny@gmail.com>. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.