spidr_crawler 0.0.1 copy "spidr_crawler: ^0.0.1" to clipboard
spidr_crawler: ^0.0.1 copied to clipboard

Scalable crawling framework including Spider, queues, and scheduling logic for SPIDR.

example/main.dart

import 'package:spidr_crawler/spidr_crawler.dart';

void main() {
  print(
    'Crawler framework setup. Crawl strategy BFS is available: ${CrawlStrategy.bfs.name}',
  );
}
0
likes
160
points
136
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Scalable crawling framework including Spider, queues, and scheduling logic for SPIDR.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, spidr_core

More

Packages that depend on spidr_crawler