spidr_crawler 1.1.0
spidr_crawler: ^1.1.0 copied to clipboard
Scalable crawling framework including Spider, queues, and scheduling logic for SPIDR.
import 'package:spidr_crawler/spidr_crawler.dart';
void main() {
print(
'Crawler framework setup. Crawl strategy BFS is available: ${CrawlStrategy.bfs.name}',
);
}