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

NAME

Bot::BasicBot::Pluggable::Module::TwitterWatch - report new tweets matching given search patterns

DESCRIPTION

Watches Twitter for tweets matching given search patterns, and reports them.

SYNOPSIS

Load the module as with any other Bot::BasicBot::Pluggable module, then tell it what to monitor - use these commands within a channel:

  !twitterwatch search term here
  !twitterunwatch search term here
  !twittersearches
  !twitterignore username

Each channel has its own just of searches stored.

AUTHOR

David Precious, <davidp at preshweb.co.uk>

BUGS

Please report any bugs or feature requests to bug-bot-basicbot-pluggable-module-twitterwatch at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bot-BasicBot-Pluggable-Module-TwitterWatch. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Bot::BasicBot::Pluggable::Module::TwitterWatch

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2011 David Precious.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.