> cat /dev/github | grep security-tools
discovered 03 Aug 2026

MaybeDont

via awesome-list
→ View on GitHub
MaybeDont is a library designed to enhance web crawling efficiency by minimizing the downloading of duplicate web pages. Its core feature, the `DupePredictor`, learns to identify significant URL components and predicts duplicate content, allowing crawlers to avoid unnecessary downloads and conserve bandwidth. Additionally, it offers integration with Scrapy through middleware, which employs the predictor to intelligently filter out duplicate requests during the crawling process.