NAME

WWW::ItsABot - Ask itsabot.com if a Twitter user is a bot

VERSION

Version 0.01

SYNOPSIS

use WWW::ItsABot qw/is_a_bot/;
my $username = 'foobar';
if ( is_a_bot($username) ) {
    print "$username is a bot\n";
} else {
    print "$username is not a bot\n";
}

AUTHOR

Jonathan Leto, <jonathan at leto.net>

is_a_bot($username)

Returns true is itsabot.com thinks $username is a bot, false otherwise.

BUGS

Please report any bugs or feature requests to bug-www-itsabot at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW::ItsABot. 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 WWW::ItsABot

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Jonathan Leto, all rights reserved.

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