NAME
Dezi::Bot::Spider - web spider
SYNOPSIS
use Dezi::Bot::Spider;
my $spider = Dezi::Bot::Spider->new();
$spider->crawl( 'http://dezi.org/' );
DESCRIPTION
The Dezi::Bot::Spider is a subclass of SWISH::Prog::Aggregator::Spider.
METHODS
Only new or overridden methods are documented here. See SWISH::Prog::Aggregator::Spider.
init( args )
Internal method for initializing object. args are passed through to SWISH::Prog::Aggregator::Spider constructor.
add_to_queue( uri )
Add uri to the queue.
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-dezi-bot at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-Bot. 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 Dezi::Bot
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2013 Peter Karman.
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.