spidr_crawler 1.0.0 copy "spidr_crawler: ^1.0.0" to clipboard
spidr_crawler: ^1.0.0 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
Contributing

License

MIT (license)

Dependencies

meta, spidr_core

More

Packages that depend on spidr_crawler